Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #884123

    Hi

    I would like to remove the next and previous arrows at the portfolio pages. How can I do that?

    Best regards, Ditte

    #884128

    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

    #884138

    Hi Yigit

    Thanks so much! That was quick. 😃

    Best regards, Ditte

    #884292

    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

    #884443

    Hi

    Thanks so much. Please close the topic.

    Best regards, Ditte

    #884454

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Next and previous arrows portfolio’ is closed to new replies.