• Hi,

    How do I show the full posts in my blog page, instead of the begining with the read more link? I already searched on internet about this but the solution I found everywhere doesn’t work witht this theme.

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • Arcade Basic only displays the full post on the single post page. Otherwise it displays the excerpt. You can overwrite this by modifying some of the core theme files, such as content.php. Just replace the excerpt function with the content function. But you should create a child theme instead of modifying the file directly.

    Never mind, I found the answer to this in a different, earlier, forum post. Thank you.

    Could you explain specifically, in content.php, which lines to replace (where you note in your answer “replace the excerpt function with the content function”)? for those of us who aren’t theme developers ??

    The excerpt function looks like this:

    the_excerpt()

    The content function looks like this:

    the_content( __( 'Read more', 'arcade') )

    You’ll see them around line #29.

    Hello,
    I have the same problem. But I have no idea about the codes and don’t even know where content.php is. Can you kindly shed some light?
    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Full post without read more link’ is closed to new replies.