Remove Meta from TAG archives
-
Hello.
Can you help me please to hide post META from Tag archives?
I dont need footer like “Published 14.08.2023 in Software with tags Android”
I tried hook:
function remove_post_meta() { if (is_tag()) { remove_action( 'entry_footer', 'twentytwelve_entry_meta' ); }} add_action ( 'entry_footer', 'remove_post_meta' );
But it is not working.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove Meta from TAG archives’ is closed to new replies.