• Resolved nwtech

    (@nwtech)


    I know I’m doing something wrong. I created a page that pulls in the top 3 posts from several categories. I also created an archive that resides in the sidebar. I am using the Widget Logic plugin with hopes of keeping the archive on this custom page.

    using the widget logic plugin I’ve tried several variations of is_page(), is_page_template(), and is_category() and still can’t get it to display properly just for the above mentioned page.

    Any thoughts?

    TIA

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    this is often because some custom queries have disturbed the original query_string;

    try to add wp_reset_query(); at the start of the sidebar.php file.

    Thread Starter nwtech

    (@nwtech)

    @alchymyth — you’re 2 for 2 today. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Conditional Tags not working properly’ is closed to new replies.