• Resolved bobstaman

    (@bobstaman)


    So I’ve set up much of my site but now I’d like the blog post on the frontpage to show more of the blog. Perhaps removing the continue reading button and allowing all of the blog to be seen or to lengthen it? Any help would be much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bobstaman

    (@bobstaman)

    Fixed it, in index.php you can edit the get_content to show more than 50 characters.

    Next question though. Blog on the frontpage wont show pictures..any way to solve this?

    Thread Starter bobstaman

    (@bobstaman)

    Fixed that too, inside athena>template-parts>content-blog
    changed the line
    <?php echo wp_trim_words (get_the_content()); ?>

    i also removed the 500 i think it was that was after content so it post the entire blog post on the front page
    to
    <?php echo wp_trim_words (the_content()); ?>

    This took me ages to fiddle about with until i saw this post. It worked perfectly when I edited the content-blog.php file.

    Cheers for the tip!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show more of the frontpage blog post?’ is closed to new replies.