Change Front Page Posts To Full Post

Discussion in 'BlogsTrend WordPress Theme' started by bpmarketing11, Nov 13, 2013.

  1. bpmarketing11

    bpmarketing11 Member

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    3
    Hello,

    I would like to change this so that the front page displays the entire posts instead of just a snipet.

    How do I do this?

    Thanks,

    Bradley
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the loop.php file present in your theme directory and replace the code given below

    Code:
    <?php the_content(); ?>
    in place of

    Code:
    <?php the_excerpt(); ?>
    as shown in the image given below

    [​IMG]

    This will solve your issue.
     

Share This Page