Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter alex1900

    (@alex1900)

    Thanks for your reply.

    I found this thread that had a similar problem.
    Even though it might not be the best solution it worked for me and solved the problem.

    If anyone got the same problem here is the code

    function your_prefix_add_meta_tag() {
    	?>
    
    	<!-- Your HTML Markup here -->
    
    	<?php
    }
    add_action( 'wp_head', 'your_prefix_add_meta_tag' );

    add that to your childs functions.php and it should work.

    Thanks again for a quick reply and a great plugin and maybe in the future there is another solution to this.

    • This reply was modified 4 years, 11 months ago by alex1900.
Viewing 1 replies (of 1 total)