Show full blog post in Blog Page Template.

Discussion in 'Themia WordPress Theme' started by gpisula, Oct 25, 2012.

  1. gpisula

    gpisula New Member

    Joined:
    Jul 6, 2012
    Messages:
    1
    Likes Received:
    0
    Right now my blog page will cut off the posts and reads "continue reading" (or something of that nature). What I want to happen is for the blog page to show the full post. I am working in the blog post template php file.

    We have this:
    <?php the_excerpt(); ?>
    <a href="<?php the_permalink(); ?>" class="continue">Continue reading...</a> </div>

    What I did was this:
    <?php the_content(); ?>
    <!-- <a href="<?php the_permalink(); ?>" class="continue">Continue reading...</a> </div> -->

    What I get is a long post div with one post within another, within another, and so on. If you visit my page (www.gracepisula.com/blogg) you will see what I mean.


    Also, my sidebar has disappeared.
     
  2. 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