• Resolved vrweaver

    (@vrweaver)


    I would like my archives pages to read like the regular blog pages – no excerpts. Right now I am using various categories as the tabs on my menu and when you click on them it takes you to the archives of that category and only shows excerpts. I’m okay with it saying “Category Archives: Example Category” but I don’t want it to show excerpts. I want it to show full posts. How do I change this?

    I am using theme Twenty Ten and my url is thehumanpacifier.com

    Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • answered many times before in the forum.

    edit loop.php of TwentyTen;

    about line 132, find:

    <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>

    change to:

    <?php if ( is_search() ) : // Only display excerpts for search. ?>

    Thread Starter vrweaver

    (@vrweaver)

    Thanks so much! I got to that part and just wasn’t sure what to do with it (I did do a search of the forums first and didn’t find my answer, I’m sure it’s all in the search terms).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Ten – Archives Page’ is closed to new replies.