Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1438818

    How do I get the categories to display excerpts, not the whole post when clicking to view a category? see here: https://thegospelcollective.org/category/articles/devotionals/

    #1438871

    Hey aaronjosephhall1,

    Thank you for the inquiry.

    There are no posts on the category and article pages. Did you remove the posts?

    Best regards,
    Ismael

    #1438890

    Sorry about that, I was fixing something with my posts. The link works again and shows what I mean. :)

    #1438959

    Hi,

    Thank you for the update.

    You can add this filter to the functions.php file in order to display an excerpt and a “read more” link for the posts displayed in the category pages:

    function change_blog_archive_style() {	
    	global $avia_config;
    	if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; }
    }
    add_action('get_header', 'change_blog_archive_style');
    

    Best regards,
    Ismael

    #1438982

    Thanks, where do I find this file once I open the file manager to add it?

    #1438984

    I found it in the enfold theme folder and added it. Now fixed, thank you!!

    #1439029

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Categories’ is closed to new replies.