how to make my 1st page be the posts of my one category
my blog is http://adads.igreat.org
and i want this link http://adads.isgreat.org/?cat=28
to be the 1st page of my blog
how to make my 1st page be the posts of my one category
my blog is http://adads.igreat.org
and i want this link http://adads.isgreat.org/?cat=28
to be the 1st page of my blog
someone help?"
<?php query_posts('cat=28'); ?>
Add the above directly before the loop in your themes index.php file.
tnx.. ^^
This topic has been closed to new replies.