Home › Forums › Support › Remove post meta in archives and pages This topic has 3 replies, 2 voices, and was last updated 2 years, 3 months ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 29, 2022 at 4:07 pm #2358247 Jesus add_action( ‘wp’, function() { remove_action( ‘generate_after_entry_title’, ‘generate_post_meta’ ); add_action( ‘generate_after_entry_header’, ‘generate_post_meta’, 15 ); } ); Please how remove the post meta in pages and archives? I want only in single posts. Thanks for all. September 30, 2022 at 1:59 am #2358538 Fernando Customer Support Hi Jesus, I responded to your original topic. Can you try that first? September 30, 2022 at 6:59 am #2358803 Jesus Hello It works, but it still shows in the code of pages: <div class="entry-meta"></div> Thanks. October 2, 2022 at 5:14 pm #2360930 Fernando Customer Support By default, other pages includes that. Can you share a link to a sample page you’re referring to? 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