Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #475302

    Hiya

    I’ve got a query regarding this post from 2013. I’ve tried to find the code to edit but it’s slightly different. Any chance you can update the answer.

    Thanks
    Richard

    #475787

    Hi raslade!

    Thank you for using Enfold.

    You can use this in the functions.php file instead:

    add_theme_support('avia_template_builder_custom_css');
    
    add_filter( 'avia_post_nav_settings', 'enfold_customization_postnav', 10, 1); 
    function enfold_customization_postnav($settings) {
    	$settings['excluded_terms'] = '22, 20';
    	return $settings;
    }

    Add the id of the categories.

    Regards,
    Ismael

    #475797

    Hi Ismael

    That’s fantastic, works perfectly, but don’t know how. You’re a star.

    Richard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Exclude items from Portfolio Post Nav (Arrows on the left/right) – UDPATE’ is closed to new replies.