what would i use to have a widget display on every page but the home page?
what would i use to have a widget display on every page but the home page?
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
!is_home()
... unless your setup uses a static front page. In that case, use:
!is_front_page()
This topic has been closed to new replies.