Tagged: categories, postslider
Hi,
I run ENFOLD 4.4 and trying to add this snippet from Ismael for functions.php, but it causes a “fatal error”:
add_filter('avf_postslider_show_catergories', 'avf_postslider_show_catergories_mod', 10, 1);
function avf_postslider_show_catergories_mod($category) {
$category = 'show_business';
return $category;
}
In ENFOLD 4.3 it worked.
Maybe the postslider.php, that he linked in his post (see there!) is no longer valid for ENFOLD 4.4? When I compare the postslider.php of Ismael with those of ENFOLD 4.4, then there are now many changes since v4.3.
Or maybe the code snippet itself is no longer valid with v4.4?
Could you please give me the right code snippet for showing categories in postslider for ENFOLD 4.4?
Thanks.