Hi, I have disabled the sliding page navigation by using this quick css #top .avia-post-nav { display: none; }
But I would like to create my own links for next and previous portfolio entries so I just have two small arrows ← → that I can place where I want to.
Can you help me with the code for that?
Best,
Hey Toni Martin,
Thank you for using Enfold.
You have to modify the includes > loop-portfolio-single.php file. Add the “next_post_link” and “previous_post_link” functions.
// https://codex.wordpress.org/Function_Reference/next_post_link
// https://codex.wordpress.org/Function_Reference/previous_post_link
Best regards,
Ismael