Blog Design Studio Discussions » Theme Support

How To Show Full Post On Home Page

(2 posts)
  1. hi

    i am vinamra. my site is www.decentblogger.com
    i want to use payperpost for earning so i submit my site on there site.
    they said your site is not approved because you r showing truncated posts on home page.

    so plz tell how to show full post on home page and also advice any alternative. because if i show full post, home page will become mess.

    Thanks
    Regards

    Posted 1 year ago #
  2. Hi Vinamra

    From what I can see in your blog, you're using the template with
    <?php the_excerpt(__('Read Full Article ->'));?>
    used to display content.

    If you just open index.php and replace this with the following you'll display your content the regular way(full posts) and with a Continue Reading button in posts where you have put the More-tag/break.

    <?php the_content('continue reading »') ; ?>

    Regards

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.