• Hey all,

    I want to get rid of the excerpts on the category pages onT wenty Ten them without changing my theme.

    Is there a way to do this somehow with settings or coding. I’m not a good coder at all, so if that’s the way…I’ll need detailed help.

Viewing 1 replies (of 1 total)
  • You will need to edit loop.php and change:

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

    to:

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

    But be warned that your customisations will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

Viewing 1 replies (of 1 total)
  • The topic ‘Excerpts on Category Pages on Twenty-Ten Theme’ is closed to new replies.