Tagged: blog posts
Hello!
I’m wondering which file controls the Blog Posts content block, specifically the title, excerpt, and link for each post. I’m wanting to add blog categories and am not seeming to be able to figure out what file or files controls that block.
Thanks!
Amanda
Hey amanda007,
Thank you for using Enfold.
Are you using the Grid Layout? You can modify the config-templatebuilder > avia-shortcodes > postslider.php file. Or add this filter in the functions.php file.
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;
}
Best regards,
Ismael
Thank you!
Hi,
Did you need additional help, or shall we close this thread?
Best regards,
Jordan Shannon
We can close it, thank you.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon