• Resolved Christiaan

    (@christiaan)


    Are there any archive plugins that allow the listing of archives with excerpts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • moshu

    (@moshu)

    You don’t need any plugin for that.
    Just use the archive.php template file and replace the_content with the_excerpt.

    Thread Starter Christiaan

    (@christiaan)

    Thanks moshu, can you explain how I use the archive.php template?

    moshu

    (@moshu)

    Your theme is using it: https://last-straw.net/2006/02/
    It just has the_content tag in it instead of the_excerpt.
    The same template file is used to display your category “archives view”.

    Replacing the_content with the_excerpt would do it.
    Unless I misunderstood the question and you want something else…

    Thread Starter Christiaan

    (@christiaan)

    Great, thanks. So just to reiterate for those with even less experience: find the archive.php file in your theme directory, open it and search for the_content and replace with the_excerpt.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Archives Plugin that lists articles with excerpts’ is closed to new replies.