Read more - lees verder - customize summary

hi there, since the last WP and themeco update something has changed in my blogpage overview.

last year i added this* somewhere, and that did the trick, but that field has now dissapeared. how do i get it back?

here you can see what i mean:

the latest post shows the way it was a year ago. the previous post from before the update is still oke.

thank you

// Adding Excerpt to Posts
function excerpt_read_more_link($output) {
global $post;
return $output . ’ Read More’;
}
add_filter(‘the_excerpt’, ‘excerpt_read_more_link’);

Hi @wonderacademie,

Thank you for writing in, I’ve tested your code and it still works (Lees Meer link), the default Read More link shows up because of your latest post’s (Het begon met een griepje…) except is too long.

Please manually add a shorter except for that post.

https://wordpress.org/support/article/excerpt/

Hope it helps,
Cheers!

thanks, yes, after the update the location of the manual excerpt box changed from a box at the bottom to a box hidden on the right. Found it thanks to your printscreen. Thank you! (the excerpt was not too long, the box was empty… :).

You’re welcome!
We’re glad @Friech were able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.