Hello, how can I modify the theme to make auto excerpts and to display these in category / archive pages? thanks
Hello, how can I modify the theme to make auto excerpts and to display these in category / archive pages? thanks
You can create a child theme and change content.php. Line 33 is where the if statement is located that determines whether content or excerpt is displayed. You can use conditional functions like is_home() and/or is_archive() to tell it which type of content to display where.
You must log in to post.