Hi all,
this Problem is still existing in the newest versions of these Plugins.
BR, Julian
Hello,
thanks for your quick answer!
I already tried this, but it always returns true so my code does not get executed for the related posts part.
I tried the following code and it shows the results as i want to:
function custom_pre_get_posts($wp_query) {
$wp_query->set('orderby', 'menu_order');
$wp_query->set('order', 'ASC');
}
add_action('pre_get_posts', 'custom_pre_get_posts');
I don’t know exactly if this could destroy something but until now it works fine.
I also don’t understand why someone would like to show the oldest posts as related posts.
Thanks!