Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme How do blog remove prev and next?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9877
    jbw
    Support Expired

    Hi,

    How can I remove prev and next on the blog?
    image

    Thank you

    #9885

    Hi there,

    To remove it, please add custom code into file functions.php:

    add_filter('freshio_navigation_markup_template', 'freshio_fnc_remove_navigation_template', 10, 1);
    function freshio_fnc_remove_navigation_template($template){
       $template = '';
       return $template;
    }
    

    I resolved this issue, please recheck.

    #9895
    jbw
    Support Expired
    This reply has been marked as private.
    #9898

    I already added this code for you, please check again

    #9899
    jbw
    Support Expired

    Thank you so much!

    #9902

    Ok, hope will help you.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.