Enfold – Add Categories to Avia Post Grid & Post Slider

WordPress - Enfold Theme Functions PHP

Snippet Overview

Enfold – Add Categories to Avia Post Grid & Post Slider

This function adds a category link to the standard Avia Post Grid and Post Slider elements.

// Add Categories to Avia Post Grid & Post Slider

'avf_postslider_show_catergories_mod', 10, 1);
function avf_postslider_show_catergories_mod($category) {
 	$category = 'show_business'; // or show_elegant
	return $category;
}

add_filter('avf_postslider_show_catergories', 
0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply