Read More – Solution
-
What’s up homies? For those who are looking for a solution on the missing “Read More” just drop this code in functions.php file.
function button_excerpt_more_link( $more ) { return '<p><a class="button" href="'. get_permalink( get_the_ID() ) . '">' . __('Read More', 'wpsites') . '</a></p>'; } add_filter( 'excerpt_more', 'button_excerpt_more_link' );
I hope this info makes you super happy!
Best wishes
Scott
Blue Fox Creative
- The topic ‘Read More – Solution’ is closed to new replies.