• I want to delete this line in my code

    <meta name=”generator” content=”WordPress 2.6″ />

    This is many reasons why i need this, plz help me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Look in your theme’s header.php file. The line you need to remove looks like this:

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

    If you don′t have the above line in your theme′s header.php you can put this:
    remove_action('wp_head', 'wp_generator');
    in your function.php (theme folder).

    Thread Starter bohdaq

    (@bohdaq)

    evite senk!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp version’ is closed to new replies.