CyberSistersCafe
Member
Posted 2 months ago #
Hello all!
I am using the Elegant Grunge theme, but noticed there is no archive.php file. What template then would the theme be pulling from when viewing the archives? I would like to make them into excerpts instead of full posts on the archive page, and am not real sure how to go about doing that.
Thanks in advance!
What template then would the theme be pulling from when viewing the archives?
index.php
Try coping the index.php file in your theme and naming the copy archive.php. Then replace <?php the_content();?> with <?php the_excerpt();?> in your new archive.php file.
CyberSistersCafe
Member
Posted 2 months ago #
Thank you so much. That worked perfectly!