Forums

conditional tag (4 posts)

  1. hbalagh
    Member
    Posted 6 years ago #

    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

  2. Beel
    Member
    Posted 6 years ago #

    if (!is_home())

  3. moshu
    Member
    Posted 6 years ago #

    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 :)

  4. hbalagh
    Member
    Posted 6 years ago #

    thanks :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags