Forums

[resolved] Title not appearing on RSS readers or blog tracking sites (5 posts)

  1. ilovehorror
    Member
    Posted 2 years ago #

    My site is http://www.ilovehorror.net.

    I have a couple of questions regarding the title of my site. When I add in a blog title under General Settings, it shows up on my blog on top of my custom banner. I found a possible fix (http://wordpress.org/support/topic/225096?replies=2), but wherever I add the code that was suggested I add to the style.css, it still doesn't work. Any suggestions?

    Additionally, my blog title doesn't show up in a variety of RSS readers. It just shows up as "title unknown" or Feed #######. Could the lack of a blog title in the settings be the cause? When I add it and update my readers, the same thing still occurs. I was told there was an html/php edit I need to do, but I have no idea where to go.

    Any help would be much appreciated.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Could the lack of a blog title in the settings be the cause?

    Yes.

    wherever I add the code that was suggested I add to the style.css, it still doesn't work.

    If added correctly to the bottom of style.css, it will work. Although a slightly better solution would be to use:

    #header h1 {
    position:absolute;
    top:-5000px;
    left:-5000px;
    }
  3. ilovehorror
    Member
    Posted 2 years ago #

    Do I just add that whole thing at the very, very bottom of the style.css sheet, or is there a special place where I should put it?

  4. ilovehorror
    Member
    Posted 2 years ago #

    Your code worked. Many thanks.

  5. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Add

    #header h1 {
    position:absolute;
    top:-5000px;
    left:-5000px;
    }

    to the bottom of themes/blackletterhead/style.css

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags