Urgent : Reset post data after WP_Query
-
Insert the following before the ‘return’ statement @ line 374 – file owlcarousel.php
/* Restore original Post Data */
wp_reset_postdata();Otherwise any plugins which runs after this plugin will get an incorrect main post details.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Urgent : Reset post data after WP_Query’ is closed to new replies.