• I’m just wondering how to display a full blog post instead of a summary. I purchased the theme HotTopix but they said I may need help from someone else. I understand the_content/the_excerpt thing but my theme only has
    <div class=”main-excerpt”>

    <p><?php echo excerpt(33); ?></p>

    </div><!–main-excerpt–>
    do I just replace this with the content or will it not work?

    Thanks

Viewing 1 replies (of 1 total)
  • Try replacing <?php echo excerpt(33); ?> with <?php the_content();?>. You should also be aware that,using a commercial theme, you need to seek theme-specific support from the theme’s developer/vendor. We do not have access to, nor do we support, commercial products here.

Viewing 1 replies (of 1 total)
  • The topic ‘How to show a full post instead of a summary’ is closed to new replies.