• Resolved pushkin

    (@pushkin)


    I have to put advertising verification code into the ‘header’ of my site. I’m assuming this means into the header.php of my theme. Below is the first part of my header.php code; so where exactly should I insert the code? Thanks

    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <?php
    global $avia_config;

    /*
    * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives
    * located in framework/php/function-set-avia-frontend.php
    */
    if (function_exists(‘avia_set_follow’)) { echo avia_set_follow(); }

    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where should I insert verification code in header?’ is closed to new replies.