Hello dear Support-Team,
I need to verify my Website for Pinterest. I read the existing support topics, but all solutions via ftp or appearance are still above my skills. I am very sorry …
Would it work in the quick css entry?
Thank you very much,
Itty
Hey Itty,
Please try this in your child theme’s functions.php file:
function itty_add_pinterest_verification(){ ?>
<meta name=”p:domain_verify” content=”e47e7bea2e19459c86b3a82028497572″/>
<?php }
add_action('wp_head', 'itty_add_pinterest_verification');
Best regards,
Rikard
Hello Rikard,
thank you very much.
There is no other solution? I don’t have/use a child theme, that is above my skills unfortunately. So a “quick css” entry won’t work?
Best regards,
Itty
Hi Itty,
The code above is not css and these kinds of issues are not css-related.
If you need further assistance please let us know.
Best regards,
Victoria