• Resolved Brad McHargue

    (@ilovehorror)


    My site is https://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 (https://www.ads-software.com/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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }
    Thread Starter Brad McHargue

    (@ilovehorror)

    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?

    Thread Starter Brad McHargue

    (@ilovehorror)

    Your code worked. Many thanks.

    Add

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

    to the bottom of themes/blackletterhead/style.css

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title not appearing on RSS readers or blog tracking sites’ is closed to new replies.