Hi I have a custome theme which includes a header. If I write the header & taglines in General Settings then it writes over the top of the customised theme header - looks bad! However feed validator wont validate my feed without words written there - I'm caught between a rock & a hard place. I want my rss feed to validate but I dont want my blog to look like shit. Is there a workaround for this? My blog is
Could you try posting your site url again?
Sorry http://www.astramatch.com/blog would appreciate any advice you can give. Thx Pemo
Put your header & taglines back in via General Settings. Then edit style.css and add:
#header-title,#header-title,#header-description {
position:absolute;
top:-5000px;
left:-5000px;
}
Many thx for your feedback but it didnt work unfortunately. It would be great if I could add the name & tagline so that it doesnt show up on the theme but shows up in the browser like SEO tags or something? Again I appreciate you taking the time to give me advice.