Tagged: x Author Posts December 9, 2016 at 8:19 am #1287360 Sarah PParticipant Hi X-Team, thank you for your wonderful theme. I like it very much. For a website I use grid builder. If there is too less text, I use “excerpt” field. But the problem is that the “Read-more” Button disappear… Can you please see on the website what I can do for this? Thanks! December 9, 2016 at 8:20 am #1287361 Sarah PParticipant This reply has been marked as private. December 9, 2016 at 4:00 pm #1287791 RadModerator Hi there, Thanks for writing in. Manually added excerpt don’t have “read more” by default. But we can add it by simply adding this code to your child theme’s functions.php add_filter('the_excerpt', 'x_read_more_custom', 9999); function x_read_more_custom ( $excerpt ) { global $post; return empty( $post->post_excerpt ) ? $excerpt : $excerpt.'<a href="'.get_permalink( $post->ID ).'">read more</a>'; } Hope this helps. December 11, 2016 at 3:29 pm #1289205 Sarah PParticipant WOW! Thank you!!! December 11, 2016 at 3:49 pm #1289217 NicoModerator Happy to hear that. Feel free to ask us again. Thanks. Author Posts <script> jQuery(function($){ $("#no-reply-1287360 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In