With Front Page "off" Blog Entries Appearance

Discussion in 'ColorWay WordPress Theme' started by draimist, Oct 24, 2012.

  1. draimist

    draimist New Member

    Joined:
    Jul 8, 2012
    Messages:
    3
    Likes Received:
    0
    I have the front page turned off, so by default my front page displays the blog posts. The posts are listed as a excerpt with a link to "continue reading". Is it possible to display the entire post? Is it possible to control how many posts appear on the home page? Will there be a a <next> <prev> navigation item appearing once I reach a number of posts?

    Thanks,
    David
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue


    Go to blog.php present in your theme directory and replace <?php the_excerpt(); ?> code by <?php the_content(); ?>

    Sending image for reference
    [​IMG]


    2.For your second issue

    Go to
    Settings > Reading > Blog pages show at most

    and select number of post there.
     
  3. draimist

    draimist New Member

    Joined:
    Jul 8, 2012
    Messages:
    3
    Likes Received:
    0
    Thanks Gourav. I located this same solution on the old version of the support forum [http://www.inkthemes.com/supportforum/topic/how-to-get-the-blog-to-show-entire-post]. This solution really doesn't work as it causes other issues with images and the "continue reading" link. Below is my blog.php. Slightly different for some reason. I am on the current version [3.0]. This might be a nice option to build into the theme.

    Thanks for the help,
    David

    2012-10-25_0507.png
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please send your wp-dashboard id, password and dashboard login page link with problem description
    at [email protected]
     

Share This Page