How To: Hide Title and Tagline
Before

After
Search the following code or something like this in header.php
<h1 id="title"><a href="<?php echo get_settings('home'); ?> /">......</a></h1>Add in the following code to the same row before … </h1>
<span style="margin-left: -3000px;">Same for tagline or description in header.php
<p class="description">......</p>Add in the following code
<span style="margin-left: -3000px;">
The benefit by moving your title and tagline to -3000px: Google and other web crawlers will still index on your blog whereby in your 1280 highest resolution monitor would be invisible to see it. And yes, you can see it only if you have 3000 and higher resolution monitor.
If you have a better solution for this, please let me know. Thank you.
Popularity: 6% [?]

[...] Thanks to Shankar for suggesting this theme and to ChemWebStudio for suggesting an excellent method of hiding Blog title on header without affecting SEO . [...]
June 13th, 2007 at 6:13 pmI have another proper way for doing this
June 13th, 2007 at 7:19 pmhttp://www.chemstudioweb.com/how-to-hide-title-and-tagline-updated/
[...] How To: Hide Title and Tagline [...]
August 8th, 2007 at 1:38 am