Forums

[resolved] [Plugin: Widget Logic] display widget on every post EXCEPT front page (3 posts)

  1. jenyus
    Member
    Posted 2 years ago #

    what would i use to have a widget display on every page but the home page?

  2. jenyus
    Member
    Posted 2 years ago #

    any ideas? its probably some simple php but ijust cant figure out how to do that "is not" for php. for javascript its != but that doesent work for php

  3. 7746T
    Member
    Posted 2 years ago #

    !is_home()

    ... unless your setup uses a static front page. In that case, use:

    !is_front_page()

Topic Closed

This topic has been closed to new replies.

About this Topic