• Hi!

    In my web, http://www.profedemusica.es, home page is a post page, but it shows only the excerpt, even when I changes in Settings -> Reading “show complete posts”.
    I’ve read I should try to find ‘the excerpt’ to be changed for ‘the content’, but it doesn’t appear in index.php, home nor frontpage.php

    Any help, please?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • You have to check for function or the loop where from the content is being populated.

    Thread Starter olgueis

    (@olgueis)

    Thank you! But I changed the excerpt for the content and still can’t see the complete posts.

    Now I have something like this:
    <?php the_content(); ?>
    <div class=”clear”></div>
    <div class=”tags”>
    </div>
    <div class=”clear”></div>
    “>Sigue leyendo…
    <div class=”clear”></div>

    I guess I should change the_permalink… maybe?
    Thanks

    Kindly try to put some log, like some echo statement to check, whether this loop is being used to display the content or not.

    You might try posting your question on the theme support forum. Someone there may already have a solution.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Show complete posts, not excerpt’ is closed to new replies.