FAQ Widget bug
-
Hi there,
found a bug in FAQ Widget: you call WP_Query and forgot to reset post data. Must bewp_reset_postdata();at the end of faqs-template.php
The topic ‘FAQ Widget bug’ is closed to new replies.
Hi there,
found a bug in FAQ Widget: you call WP_Query and forgot to reset post data. Must be
wp_reset_postdata();
at the end of faqs-template.php
The topic ‘FAQ Widget bug’ is closed to new replies.