Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End conditional PHP in wordpress theme Re: conditional PHP in wordpress theme

#73430
kloy
Member

I figured it out. instead of using is_home() I’m using
is_front_page()

and now it works the way I want it to
Thanks for your help!!