• When someone accesses my blog site, they cannot read my complete post. There is only a small portion displayed (excerpt), and there is no option to expand it to see the complete post. If the site is accessed using my smart phone, I can read the complete post.
    I am running the “No Nonsense” theme.
    My site is: https://motorcycledrifter.com
    I am not extremely computer savvy when it comes to writing or changing code so a basic solution description would be appreciated.

Viewing 1 replies (of 1 total)
  • Normally you might click on the post title to see the full post in some themes, but you can change the excerpt to the full content if you like…

    /no-nonsense/layouts/post-list.php

    line 22: change <?php the_excerpt() ?> to <?php the_content() ?>

    But fair warning, you should create a child theme for making any changes. That way you don’t loose the changes when the theme updates.

Viewing 1 replies (of 1 total)
  • The topic ‘Site does not display full blog post.’ is closed to new replies.