Works like a charm!
By far the best and most versatile theme.
Thank you very much Sayontan.
Appreciate the reply.
Just to clarify, the query posts are actually built-in widgets of the theme that I have added to my sidebars. I have not added any code.
I don’t understand coding and have tried using your suggestion and some online tutorials to add this code in the suffusion child theme:
<?php
add_action(“after_setup_theme”, “suffu_scion_theme_setup”, 15);
function suffu_scion_theme_setup() {
wp_reset_query();
}
?>
This doesn’t work though. Would you have any other suggestions.
Thanks.
P.S. I have also changed the 15 to 1 but still nothing happens.