Display full blog entries

Discussion in 'Squirrel WordPress Theme' started by paulajohnson, May 21, 2013.

  1. paulajohnson

    paulajohnson New Member

    Joined:
    May 17, 2013
    Messages:
    1
    Likes Received:
    0
    I'm working on a site that has fairly short blog entries and would like to display the full posts, not just excerpts. I don't see anywhere to adject this. Any help would be appreciated.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Go to the Appearance > Editor > Blog.php

    and replace code shown in the image with the code given below.

    Code:
    <?php the_content(); ?>

    [​IMG]
     

Share This Page