Tagged: error, navigation, post
Hello Support
I have sereral posts but when choosing on i cannot navigate through them with previous / next arrows on the side. The arrows are missing. Only on the last post there is an arrow for previous post.
Have a look:
Last Entry, Arrow on the left is there
Previous Entry, no arrows visible:
Also, how do i get “similiar posts” to the end of the page? I have posts with identical tags but what do i need to add to make it work?
Thanks
Mats
Hey Mats,
Please add following code to Functions.php file in Appearance > Editor
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
function avia_remove_fullwidth_slider_check($settings)
{
$settings['is_fullwidth'] = false;
return $settings;
}
Post nav is disabled on portfolio items that has fullwidth elements by default.
Best regards,
Yigit
Works like charme. Thanks a lot Yigit!
Hi,
Happy we can help.
Please feel free to let us know if there is anything else we can do for you.
Thank you
Best regards,
Basilis