Search for: Log In Free Support [Support request] Caption on featured images on blog pages Home › Forums › Support › Caption on featured images on blog pages This topic has 1 reply, 2 voices, and was last updated 3 months, 4 weeks ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 30, 2020 at 6:51 am #1510869 Deurdweilers Hi there, I implemented the ‘caption solution’ as mentioned in #1506029 on https://generatepress.com/forums/topic/display-image-caption-on-the-featured-image/ How can I get the same on the blog overview page? I use the ‘caption’ to show a coloured bar below the featured image on the single post: https://www.deurdweilers.nl/vol-gas-het-jaar-2020-in/ I want the same on the news overview page: https://www.deurdweilers.nl/nieuws/ October 30, 2020 at 7:43 am #1510954 DavidStaff Customer Support Hi there, try this snippet instead: add_action( 'post_thumbnail_html', 'tu_custom_byline', 10 ); function tu_custom_byline( $html ) { $html .= '<div class="wp-caption">Your Caption Here</div>'; return $html; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In