Ok i know how to put stuff on only the index page but i want to know how can i have this
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
show up on all except the index...
thanks
Ok i know how to put stuff on only the index page but i want to know how can i have this
<?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
show up on all except the index...
thanks
if (!is_home())
I am not a coder, so this might not be the correct one, but I remember something like
<?php if (!is_home())
the [!] meaning NOT.
edit. Beel types faster. And knows code :)
thanks :)
This topic has been closed to new replies.