Forums

What to do to display image on all pages except home (is_home)? (2 posts)

  1. misterbluto
    Member
    Posted 1 year ago #

    This seems like it should be a very simple matter but I've been looking around for a while now and I can't find an answer. I want to display an image on all pages EXCEPT the home page. I understand how to do it if you want an image on a particular page, like is_home, etc, but what if one wants an image to display on all pages except for one (the is_home page in this case), what does one do for that?

  2. Digital Raindrops
    Member
    Posted 1 year ago #

    Add the ! (not) condition.

    <?php if(!is_home()) : ?>
       <!-- Show Image Here -->
    <?php endif; ?>

    HTH

    David

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags