Hi everyone,
I need to create a new Category named "Requested" and i need it's post show in new Page called "Requested" and i don't want that post show on Front page.
when I'm posting under that category post need to show on my new page not on Front Page.
hope someone will help me to solve this...
Thank you...
Hi MichaelH,
Thank you so much and I'll try and add comments...
Thank you again...
Hi MichaelH,
I looked all the thinks you provide to me but can get exact point because I'm don't have much knowledge with PHP and other languages..
if you can tell me how to do it.
If category 14 have post show them on Request Page (no repeat on front page.)
posts from other categories show on front page as default.
this is the thing i need...
please be kind to advice me to do it...
Thank you...
Hi,
Half of my problem solved, from all of your's helps i found that code
<?php
if (is_home()) {
query_posts("cat=-14");
}
?>
after add this code to my index.php posts of cat=14 not showing on front page.
and then how to make them to show on my "New page"
Please be kind to help me solve other half...
thank you...