Site logo

Archived topic

Remove post meta in archives and pages

3 replies · Started by Jesus on September 29, 2022

Viewing posts 1–4 of 4

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.

Hi Jesus,

I responded to your original topic. Can you try that first?

Hello
It works, but it still shows in the code of pages:

<div class="entry-meta"></div>

Thanks.

By default, other pages includes that. Can you share a link to a sample page you're referring to?

This archived topic is closed to new replies.