Search for: Log In Free Support [Resolved] post meta appearance Home › Forums › Support › post meta appearance This topic has 3 replies, 2 voices, and was last updated 7 months, 3 weeks ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 27, 2020 at 4:51 am #1420185 Chris Hi, I have added this code: add_filter( 'generate_header_entry_meta_items', function( $items ) { return array( 'author', 'date', 'categories', ); } ); Which works great and displays ‘by authorname date category’ but how can change things so it appears as ‘Written by authorname on date in category’ I have also disabled date archives in Yoast but the date still displays as a link- can that be disabled? Many thanks Chris August 27, 2020 at 5:43 am #1420256 DavidStaff Customer Support Hi there, try the generate_inside_post_meta_item_output filter for adding content to the meta: https://docs.generatepress.com/article/generate_inside_post_meta_item_output/ And removing date link: https://docs.generatepress.com/article/generate_post_date_output/#remove-link-from-date Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ August 27, 2020 at 6:45 am #1420339 Chris Thank you! August 27, 2020 at 7:08 am #1420379 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