• I’m using widget logic and I’m using the Text Widget in the Footer Area (1,2, or 3), but when I apply logic so to it to display only on particular pages (is_page ( ‘Home’ )), it doesn’t show up. As soon as I take out the widget logic, it displays, but on all pages. It works for the sidebar. Am I missing something? I know for the sidebar I added <?php get_sidebar(); ?> in the page.php, but the <?php get_footer(); ?> is already in the page.php… any help???

Viewing 4 replies - 1 through 4 (of 4 total)
  • there might be some code in the main template that disturbs the original querystring – try to add wp_reset_query(); before the footer widget area.

    Thread Starter jens0771

    (@jens0771)

    Sweet! It worked. I have that setting checked on the Widget Logic, but that wasn’t doing anything. Again, thank you so much Alchymyth! Is there anyway to rate your reply as the answer?

    Thread Starter jens0771

    (@jens0771)

    Another problem with the Widget Logic, is I’ve got it to show up in the Home page, but I get an small empty div w/ a top border in all other pages. Any idea’s how to take this out?

    but I get an small empty div w/ a top border in all other pages

    that could be a background of the ‘footer sidebar’, i.e. widget area, itself – i would need to see the site to say more about it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widget Logic Problems In Footer Area’ is closed to new replies.