• I need to verify my Word press blog to one my customer to create an account with him. So I have to paste a one line code ( given by him) in my blog. This code has to go in the <head> section, before the first <body> section.
    How can I do this? I dont know anything about coding. Pls help

Viewing 4 replies - 1 through 4 (of 4 total)
  • From your dashboard, go to appearance, then click on editor

    once you click on editor, all your theme’s files will be on the right.

    Find, and click on, header.php

    that’s where it goes. Find the line that looks like this

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

    and paste it after that

    the code has to go somewhere before the </head> tag, I’ve found it works best where I’ve suggested

    Thread Starter josafe

    (@josafe)

    Hi RVoodoo

    Thanks for your support. Just one more clarification, I have got the similar code in my blog like this:

    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    As per my understanding I can paste the verfication code below like this:

    <meta name=”cpalead-verification” content=”nKJ37D4XSgsYJmSsFQxpFhLe-es0Qgl8ZBYIU-f_Kii” />

    Is this ok?

    use the thesis open hook plugin

    Thread Starter josafe

    (@josafe)

    Hi guys,

    thanks to all for your support. I got my site verified.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘To Add a Verfication Code in to the Web Site.’ is closed to new replies.