Viewing 2 replies - 1 through 2 (of 2 total)
  • Ben Hutchings

    (@benmeredevelopmentcouk)

    Hi Ishan, I’ve just worked with Roberto to find and fix this bug. What really needs to happen is that ‘HTML5 Responsive FAQ’ should reset it’s $faq_query after it’s been used.

    For example, after line 42 of include/hrf-faq.php I would suggest you add:
    wp_reset_postdata();

    In the meantime, developers facing this problem can add wp_reset_query() before their custom loops. This will be needed for any functions that do a custom query like wp_list_pages.

    Cheers!
    Ben

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Causes Custom Sidebars (only) to disappear’ is closed to new replies.