Hi esmi.
I too wanted the effect of two blogs, so have done the same as you suggested in your third post. Well actually I just added this bit as it seemed to work…
<?php
$paged = (get_query_var(‘paged’)) ? get_query_var(‘paged’) : 1;
$args= array(
‘category_name’ => ‘Consumer’,
‘paged’ => $paged
);
query_posts($args);
?>
The only problem I have, is that the photos within the blog don’t show?
This is the front page looking great:
https://curious6webdesign.com/wordpress/
And this is my “second blog”, with the above text filtering so only ‘Consumer’ catagory posts show, you can see that the images don’t show?
https://curious6webdesign.com/wordpress/?page_id=60
…any ideas?
I am running WordPress 2.6 with Atahualpa theme.
Thanks!
Rich.