• I am using Sonica theme. When i set a static page to be the home page, it appears that the the value of the function ishome() is not being set to the static page. It becomes the “landing” page or home page of the site, but it does not set the value resulting from the ishome() function to the static home page. I can tell because certain features are not showing on the new home page.

    Where does WP store the value for this function? is it in the DB? somewhere else?

    Thanks…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you ever get an answer for this? I’m also experiencing similar behavior with a custom theme that I’m building on top of the Thematic theme.

    Dan

    I just answered my own question, although my question might be a little different than yours. I’m actually using a WP page for my home page. When I use the is_home() function, the code doesn’t properly detect that I’m on the home page. When I use the is_front_page() function, however, I do detect that I’m on the home page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP settings – value of function: ishome( )’ is closed to new replies.