Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Edit Meta-Tag for Affiliate-Program #87895
    jonny
    Member

    Thanks for your help Pratik!

    in reply to: Edit Meta-Tag for Affiliate-Program #87776
    jonny
    Member

    Oh found it :). For anyone, who had the same issue:

    You just have to enter the code into the <head>-Section in the Theme-Header (header.php)-Template

    <head>
    <meta name=”verification” content=”a496ea…” />

    <?php
    /**
    * catchresponsive_before_wp_head hook
    *
    * @hooked catchresponsive_head – 10
    *
    */
    do_action( ‘catchresponsive_before_wp_head’ );

    wp_head(); ?>
    </head>

Viewing 2 posts - 1 through 2 (of 2 total)