http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible
instead of showing a screenshot, it might be more useful if you can post a link to your site.
Thread Starter
nasy84
(@nasy84)
Of course 🙂
ermagazin.com
English version: en.ermagazin.com
See above on top, how it looks like, I would like to hide it…
you could try CSS ‘display: none;’ to hide the h1, however, as it does not have a specific CSS class, the formatting would hide all h1 in that web page.
into what template did you add the h1, and what code did you use?
what is the purpose of having the h1 there if you want to hide it anyway?
Thread Starter
nasy84
(@nasy84)
I added in both of my blogs gadgetine template <h1> title</h1> isn’t it good for SEO?
I want to hide it so it doesn’t appear in front page but it still visible to search engine..
Tell me please what code should I add in CSS?
<h1> title</h1> isn’t it good for SEO?
nope – particularly not if you hide it with CSS.
I want to hide it so it doesn’t appear in front page but it still visible to search engine..
search engines will not consider anything which is hidden by CSS.