Is there some sort of function that I can use to only display things only on the main page???
Thanks.
Is there some sort of function that I can use to only display things only on the main page???
Thanks.
Thanks a lot - Kafkaesqui :)
yes! I need to know how to do this too! Mabe this issue will get answered in 2005!
Something like <?php if ( in_category('3') && is_home()) { ?>? I think that should work. - i.e. will show posts in cat3 if your are on homepage. I have not tested this. Don't forget to close the if statement.
IanD's suggestion will work for posts of a specific category, but if the something you want to display only on the home page is something else, it would help to know what that is.
(And so, another thread that was hit by that most excellent "eat Kaf's forum posts" bug. ~cough~)
IanD,
Where would you add this code?
<?php if ( in_category('3') && is_home()) { ?>?
Heres a plugin that will do just that plus more:
This topic has been closed to new replies.