Hi Vincent,
Thanks for reaching out!
You’re currently using the “Template Override” option, which is causing some items to disappear. A better approach for your case might be to use a shortcode to display the post meta. Please try the following:
- Navigate to: Settings > Post Contributors
- Open the Posts tab and locate the Template panel
- Toggle off the “Override current post template with one that ensures post bylines are displayed properly” option
- Now go to the Advanced tab and locate the Custom PHP panel
- Add the snippet below and Save Settings
add_action( 'astra_single_header_bottom', function(){ echo do_shortcode('[molongui_post_meta]'); });
This should ensure the post byline is displayed below your post title.
I’m closing this ticket, but if this solution doesn’t work, please let us know, and we’ll be happy to assist.
For anyone else reading, to hide the default post meta displayed by Astra, navigate to Astra > Customize. Then go to: Blog > Single Post and click on the right arrow next to the Post Title Area setting. In the Structure section, you will see the Meta option. Just click the eye icon to hide it from your posts.