Forums

[resolved] No archive page? (3 posts)

  1. 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!

  2. esmi
    Member
    Posted 2 months ago #

    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.

  3. CyberSistersCafe
    Member
    Posted 2 months ago #

    Thank you so much. That worked perfectly!

Reply

You must log in to post.

About this Topic