• I cannot get the full posts to display on the main/index page.

    I have my posts displaying as my main page (not a static page). Before, I had to create a child theme and modify the content.php file as discussed in an earlier support post.

    In this piece:

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

    I replaced the_excerpt with the_content

    And it worked.

    I’m not 100% certain it has been since I updated the spacious theme, but there isn’t much else I’ve changed on the site since then, I haven’t edited the pages or added any new plugins, and the full posts no longer display.

    Website is http://www.savvyshe.com.au

    My first question is if there is something else “code-wise” I could try. I have tried the above change in both a child theme and also editing the spacious parent theme.

    My second question is if there is somewhere I can find the previous version of the spacious theme so I can roll back and see if it works again.

    Thanks in advance 🙂

  • The topic ‘Full posts not displaying on main/index page’ is closed to new replies.