Hi
I would like to remove the next and previous arrows at the portfolio pages. How can I do that?
Best regards, Ditte
Hey,
I added following code to Functions.php file of your child theme in Appearance > Editor
add_filter('avia_post_nav_entries','avia_remove_post_nav', 10, 1);
function avia_remove_post_nav()
{
return false;
}
Please review your website
Best regards,
Yigit
Hi Yigit
Thanks so much! That was quick. 😃
Best regards, Ditte
Hi,
Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi
Thanks so much. Please close the topic.
Best regards, Ditte