How to Set My Blog Page to Show FULL POSTS!!! No more "Continue Reading" nonsense. :)

Discussion in 'ColorWay WordPress Theme' started by katyallan, Apr 17, 2013.

  1. katyallan

    katyallan New Member

    Joined:
    Mar 28, 2013
    Messages:
    3
    Likes Received:
    0
    I'm trying to format the blog page on my Colorway Pro theme website to show the entire blog post, rather than showing just a snippet and then requiring people to click on "Continue Reading" to see the entire thing.

    Can anyone tell me how to do this? I am FAR from a coding pro, so layman's terms, as well as step-by-step instructions would be much appreciated!!

    Thanks


     
  2. Nitesh

    Nitesh Support Staff

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

    For this go to

    Appearance > Editor / blog.php
    and replace code '<?php the_excerpt(); ?>' at line number 42 with code given below

    Code:
    <?php the_content(); ?>
    and remove some code as shown in image.

    [​IMG]
     

Share This Page