How to add alexa verification code on homepage of twenty twelve child theme.
-
I have found several versions of how to add code on the homepage of a child theme, but none of them work.
I am using twenty twelve as my child theme and this is as far as I’ve got:
<?php
add_action(‘wp_head’, ‘wpse_43672_wp_head’, 0);
function wpse_43672_wp_head() {
<html>
<head>
<!– my alexa verification ID –>
</head>
</html>}
?>
Any suggestions
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘How to add alexa verification code on homepage of twenty twelve child theme.’ is closed to new replies.