• Hi,

    I am using a static homepage and having a separate page for the blog. My blog entries are showing as excerpts even though I’ve specified in WordPress settings to show the full post. How do I change this? The full post appears correctly in other themes, just not Spacious.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have to change the content.php file (or create a child theme so you not lose your changes at every update).

    In the section:

    <div class="entry-content clearfix">
    		<?php
    			the_excerpt();
    		?>
    	</div>

    replace “the_excerp” with “the_content”.

    Hello,

    I just saw this thread and wanted to let users of the Spacious theme know that if you go into APPEARANCE and then THEME OPTIONS you can see the area called “Blog Posts display type”.

    Just select “Blog Full Content” and the posts will change from Excerpts to the full post.

    You should not have to change this after an update…but check, just to be sure.

    Hello,

    I just wanted to add that when you go to THEME OPTIONS you must select the “DESIGN” tab in order to see the selection area for “Blog Posts display type”.

    Sorry for leaving this out.

    Does not work for me either.
    I did mark the Archive/Category/Index posts listing display type as ‘Show Full’, and in the additional tab set the excerpt to 500.
    Also under Settings – Reading there is another setting:
    For each article in a feed, show … which is also set to full.
    Still no full posts showing:
    http://www.heavenhotel.be

    EDIT: Suddenly it is showing, must have been a cache issue.
    In any case, also the reading setting should go to Show Full Post, I think this is what did it for me..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog Full Posts not showing’ is closed to new replies.