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/
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
Sorry about that, I was fixing something with my posts. The link works again and shows what I mean. :)
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
Thanks, where do I find this file once I open the file manager to add it?
I found it in the enfold theme folder and added it. Now fixed, thank you!!
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