Home › Forums › Support › In home page (blog), move comment meta below post title This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts April 22, 2020 at 6:29 pm #1250187 Rogi Hi Guys! On the homepage (in blog format), I want the meta comment to appear below the post title. I searched the forum for any suggestions, but unfortunately I didn’t find it. Can you help me with this? Thanks in advance. April 22, 2020 at 6:48 pm #1250202 LeoStaff Customer Support Hi there, This should help: https://docs.generatepress.com/article/generate_header_entry_meta_items/ If you want date and comments: add_filter( 'generate_header_entry_meta_items', function() { return array( 'date', 'comments-link' ); } ); Adding PHP: https://docs.generatepress.com/article/adding-php/ April 22, 2020 at 7:06 pm #1250226 Rogi Leo, Thanks a lot for the help. It worked in part, as the meta commentary continued to appear below the summary as well. So I had to include the following CSS code: footer.entry-meta { Show none! important; } Thanks! April 22, 2020 at 7:08 pm #1250228 LeoStaff Customer Support That CSS works. You can also use this filter to compliment the other one: https://docs.generatepress.com/article/generate_footer_entry_meta_items/ 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