Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #892497

    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

    • This topic was modified 6 years, 10 months ago by amanda007.
    #893083

    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

    #896609

    Thank you!

    #896728

    Hi,

    Did you need additional help, or shall we close this thread?

    Best regards,
    Jordan Shannon

    #896752

    We can close it, thank you.

    #896767

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Which theme file controls the Blog Posts content block?’ is closed to new replies.