Tag: is_home()

  • is_home() || is_front_page() not working ! [solved]

    is_home() || is_front_page() not working ! [solved]

    There are some situations when the WP conditional tags doesn’t work. Be it any reason like say: Multiple WordPress loops, faulty use of query_posts(…) or issue in the code itself. Basically this problem occurs when there is a change in the main query by the use of query_posts(). Fortunately WordPress always keeps the original, unaltered…