Search for: Log In Free Support [Resolved] How to Show Date Below the Featured Image Home › Forums › Support › How to Show Date Below the Featured Image This topic has 5 replies, 3 voices, and was last updated 8 months, 3 weeks ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts June 6, 2020 at 3:22 pm #1317278 Data currently, the date is coming above the featured image. How can we move it to below the featured image? And also how to Right Align it. Currently is left align. June 7, 2020 at 9:54 am #1318185 TomLead Developer Lead Developer Hi there, Try this function: add_action( 'wp', function() { if ( is_single() ) { remove_action( 'generate_after_entry_title', 'generate_post_meta' ); add_action( 'generate_before_content', 'generate_post_meta', 15 ); } } ); Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development June 7, 2020 at 10:46 am #1318231 Data where to add this? June 7, 2020 at 2:29 pm #1318404 LeoStaff Customer Support Adding PHP: https://docs.generatepress.com/article/adding-php/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ June 8, 2020 at 2:18 am #1318814 Data I did, but the date is moved above the main heading. I want to show it below the featured image and align it on right side. June 8, 2020 at 8:57 am #1319453 LeoStaff Customer Support Have you solved this? The topic is marked as resolved. Is the code still added? I’m not seeing any dates at all. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In