wordpress code for showing only one category by default  

Code for showing only one category in the normal WordPress page-by-page browsing of this blog. All other public posts are obfuscated from default prev/next page browsing.


$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
query_posts( 'cat=1&paged=' . $paged . '&showposts=' . get_option('posts_per_page') );
?>

read-on-a-phone  

It is nice to read on a phone.

Many will enjoy this pleasure for years to come.

You may find yourself asked why are not books able to call?

Is it a shyness, or just nothing to say?