Site logo

[Support request] Problem

Home Forums Support [Support request] Problem

Home Forums Support Problem

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2496754
    marco

    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”>

    #2496757
    Fernando
    Customer Support

    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

    #2496759
    marco

    perfect I solved.
    I thank you 🙂

    #2496762
    Fernando
    Customer Support

    You’re welcome, Marco! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.