Home › Forums › Support › Meta below featured image – but now additionally shown on homepage ? This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 8, 2020 at 4:40 am #1571451 Jasmina Hi there, I have already searched the forum to display the meta information under the featured image. That worked with this instruction: https://generatepress.com/forums/topic/moving-post-meta-date-updated-below-featured-image-is-not-working-after-3-0/ But now the meta information also appear on the homepage and on all other pages. How can I turn this off? for example: https://konfettiundtaler.de/ thanks for your help kind regards jasmina December 8, 2020 at 5:13 am #1571483 DavidStaff Customer Support Hi there, try this code instead: add_action( 'wp', function() { if (is_single()) { remove_action( 'generate_after_entry_title', 'generate_post_meta' ); add_action( 'generate_after_entry_header', 'generate_post_meta', 15 ); } } ); Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ December 9, 2020 at 2:06 am #1572500 Jasmina Thanks a lot, David! Works fine ! 🙂 Great & fast support ! December 9, 2020 at 3:17 am #1572581 DavidStaff Customer Support Glad to be of help! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In