[Resolved] is_front_page and is_home are not working

Home Forums Support [Resolved] is_front_page and is_home are not working

Home Forums Support is_front_page and is_home are not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #931992
    sirlouen

    For some strange reason I’ve found that is_front_page and is_home functions are not properly responding in my site

    In case you want to test it, I’ve placed a text in the top that shows the result

    /noticias/ -> Blog page
    / -> Home page

    Technically the /noticias/ should put the is_home to true and the / the is_front_page to true

    I’ve also tried to put the function wp_reset_query(); before those two:

    wp_reset_query();
    echo(“Is Front Page: “);
    var_dump(is_front_page());
    echo(” – Is Home: “);
    var_dump(is_home());

    What can be happening?

    #932001
    sirlouen
    #932403
    Leo
    Staff
    Customer Support

    Glad you’ve figured out 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.