• Resolved zanderscott

    (@zanderscott)


    I’m just setting up my first wordpress theme for my website but I can’t get the posts in the blog to show in full. I’m sure there’s a easy way around this but I can’t find anything in the search on it.
    Any help will be appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    I can’t get the posts in the blog to show in full

    Are you seeing excerpts? Or your posts get cut off?

    If you are seeing excerpts (most likely), then you need to change in your theme template (every theme is different) from <?php the_excerpt(); ?> to <?php the_content(); ?>

    esmi

    (@esmi)

    Your theme may be using <?php the_excerpt();?> instead of <?php the_content;?> in its template files. Simply edit the relevant template files and replace <?php the_excerpt();?> with <?php the_content;?>.

    Thread Starter zanderscott

    (@zanderscott)

    Thanks guys, I changed it to content and it worked a treat.

    Cheers

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts don't show fully’ is closed to new replies.