• I am trying to use the Snoods theme at https://www.mukkamu.com/wp-themes/ but I cannot get it to display the full text of my posts on the category pages.

    I’m relatively familiar with WP but I am at a loss. I understand that I should be able to change <?php the_excerpt() ?>
    to <?php the_content(__(‘Read more ?’));?>
    or <?php the_content();?>
    but I have looked through the entire theme and cannot find “excerpt” listed anywhere.

    What am I missing? Is there an option somewhere in WP that handles this?

    Any help would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hmmm… in the archive.php on line #10 you clearly have the_excerpt.

    Reading: Template_Hierarchy

    Thread Starter bullchi

    (@bullchi)

    Moshu,

    Thank you for finding that. It works now. I searched and searched but with no luck (2 hours and several ‘find’ searches).

    ?? this raises a good point for possible syntax highlighting in future releases of WP. would be neat to highlight code blocks with colors… date is orange, category is blue and content is red, for example… hmm something to add into the stone soup maybe.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display full post text on category pages?’ is closed to new replies.