Pages

Wednesday, July 17, 2013

Wordpress : Disable featured excerpt and display full post in homepage

Used a template that used an excerpt from the latest post on the homepage. I want it to pull the full post - How do I accomplish that? Here is the code

<?php echo bm_better_excerpt(105, ' ... '); ?> with <?php the_content(); ?

No comments:

Post a Comment