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
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
Hi Ismael
That’s fantastic, works perfectly, but don’t know how. You’re a star.
Richard