Support » Themes and Templates » My Theme Have Not H1 Tags

  • Resolved likeZOOM

    (@bumerangas)


    Hey,

    My Theme Have Not H1 Tags just see this in header.php:

    “<head profile=”http://gmpg.org/xfn/11”&gt;
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />

    <title><?php wp_title(”); ?><?php if(wp_title(”, false)) { echo ‘ |’; } ?> <?php bloginfo(‘name’); ?></title>
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />”

    How to add h1 tag to my homepage? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • you posted the wrong section of the header; there are no h1 tags allowed within the <head> section.

    look further below, below the <body> tag …

    Thread Starter likeZOOM

    (@bumerangas)

    Ok, then this code have no h1. There to put that? I hope it is ok to post my WordPress code here…

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Theme Have Not H1 Tags’ is closed to new replies.