Skip to content

disabling excerpts (clipping) in plaintxtBlog theme

Kind reply from Scott, author of plaintxtBlog.

edit the follow theme files: archive.php, category.php, tag.php.
Change the lines with the_excerpt()

<?php the_excerpt('<span class="more-link">'.__('More&hellip;', 'plaintxtblog').'</span>') ?>

to the_content(), like so:

<?php the_content('<span class="more-link">'.__('More&hellip;', 'plaintxtblog').'</span>') ?>

(I am putting this here because I have not yet created a category in the wikis for web dev stuff)

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*