removing blog title from header
-
My blog title currently appears as title unknown in feed readers. When I try to update the title in general settings it appears over my header on the blog, which I do not want. How do I set the title of my blog without it appearing ON my blog? Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
Set your title so it appears on your header. Then using CSS make it invisible. I don’t know what the selector of your title would be, but let’s say is “#header-title”, then you’d write its definition like this:
#header-title {display: none;}Give that a try.
Nice blog, btw.
-
Okay, that worked to remove it from the header and give the name on the internet tab bar (thanks!) but it’s still coming up as blog name “title unknown” instead of HoboBaby in Google Reader. Any ideas?
-
Google reader is slow to update and it probably won’t change till you publish a new post. Your feed coming out of wordpress shows the title correctly http://hobobaby.com/feed/ .
-
You’re using this feed, right?
http://hobobaby.com/feed/atom/
If so, I do see your blog title: HoboBaby
-
-
- The topic ‘removing blog title from header’ is closed to new replies.