Archived topic
Problem
3 replies · Started by marco on January 15, 2023
Viewing posts 1–4 of 4
I can't get rid of this error which is only given to me if I use the premium version
<footer class="entry-meta" aria-label="Meta content">
Hi Marco,
Can you try adding this snippet?:
add_action( 'wp', function() {
remove_action( 'generate_after_entry_content', 'generate_footer_meta' );
} );
Adding PHP: https://docs.generatepress.com/article/adding-php/#code-snippets
perfect I solved.
I thank you :)
You're welcome, Marco! :)
This archived topic is closed to new replies.