H1 tag missing from home page

by BIBI15
4 replies
  • WEB DESIGN
  • |
hello there,


i have some problems with my wordpress theme, when i upload logo - h1 tag disappears and the header code changes as well. it doesn't matter if i add Logo ALT attribute or Logo TITLE attribute still there is no h1 tag in the header.

here is the my code:\
before:
<div id="header">
<div class="header-inner">
<h1>
<a href="mysite" title="keyword" rel="home">keyword</a>
</h1>

after:
<div id="header">
<div class="header-inner">
<div id="logo">
<a href="mysite"><img src="link" width="250" height="100" alt="keyword" title="keyword" />
</a> </div>

please help me guys
#home #missing #page #tag
  • Profile picture of the author BIBI15
    is there anybody who can help me?
    {{ DiscussionBoard.errors[10259812].message }}
  • Profile picture of the author abbe77
    Are you adding logo by theme options or by manual coding? It may be possible if you using theme options to upload logo and it replaces the h1 tag.
    {{ DiscussionBoard.errors[10262894].message }}
  • Profile picture of the author FarNext
    Don't worry about h1 tag. It will be used for text logo.
    Check your theme settings in the Wordpress dashboard, there is a chance that
    you had set your theme not to use text logo.

    If you are interested in manually setting up an image logo, here is the method.

    In the following line of code:

    <a href="mysite"><img src="link" width="250" height="100" alt="keyword" title="keyword" />

    1 - Replace mysite with your website URL
    2 - Go to Wordpress Dashboard->Media->Add New
    3 - Upload the image,
    4 - Next grab the URL of your logo image (click the edit link of image).
    5 - Next replace link in the above code with the URL of logo image (that you've just uploaded in step 3, 4).
    6 - Save the code. Open your website and refresh your browser.



    .
    {{ DiscussionBoard.errors[10263712].message }}
  • Profile picture of the author shahidali788
    If you are using Theme Options then It will work fine otherwise you doing something in code. For more help contact with me. I can do any kind of work related WordPress.
    shahidali.me
    {{ DiscussionBoard.errors[10267687].message }}

Trending Topics