Search for: Log In Free Support [Support request] How to display few meta (author & category only) on Pods custom post types? Home › Forums › Support › How to display few meta (author & category only) on Pods custom post types? This topic has 1 reply, 2 voices, and was last updated 4 months, 2 weeks ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 6, 2020 at 9:55 am #1433061 Sascha Hi there, I’d like to show the Author & Category on a single and archive of a CPT named “academy”. Do I have added this code to my Code Snippets: add_filter( 'generate_entry_meta_post_types', function( $types ) { $types[] = 'academy'; return $types; } ); but it only shows “Release Date” & “Author”. How can I customize which meta will be shown and in which order? Thank you and kind regards, Sascha September 6, 2020 at 1:12 pm #1433163 LeoStaff Customer Support Hi there, This should help: https://docs.generatepress.com/article/generate_header_entry_meta_items/ Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In