Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Themeora

    (@themeora)

    Hi

    Thanks for trying the theme. The posts page is set to only show excerpts I’m afraid. It could be changed with a few tweaks to the code. Let me know if you want to change it and I’ll help you make the changes.

    Thanks

    Thread Starter barberavdberg

    (@barberavdberg)

    Hi,

    Thanks for your answer, never expected an answer for some reason:)

    If you could show me how to tweak it, I would love to know,

    Best regards, Barbera

    Theme Author Themeora

    (@themeora)

    Hi

    If you would like the full post to show, you can edit the templates inside the includes folder. you will see some files content-gallery.php, content-quote.php and content-standard.php. You will need to open them up and change this:

    if ( is_single() ) {
         the_content();
         wp_link_pages('before=<div id="page-links">&after=</div>');
    }
    else {
        the_excerpt();
     }

    to this:

    the_content();
    wp_link_pages('before=<div id="page-links">&after=</div>');
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Full post not displayed’ is closed to new replies.