I put my title in the graphic and now I am wondering if it is a good idea. What can I do to make it be picked up by google reader and by the search engines? I have it with blogspot now, and I get picked up easily, but I am moving to my own .com and wordpress and trying to learn wordpress. Can anyone help me?
aye - time for some drewactual trickery it is....
leave title in graphic... no problemOOO
add to your .css:
h9 {display:none;}
add to your header.php after '<body>':
<h9> your text title </h9>
bingo.
Where do I add this on the .css? When I put it in the title shows on the graphic, so I must not be putting it in the right place on the .css
Thank You!
peggiel,
I sometimes do this:
<h1><img src="myimage.jpg" alt="My Site's Title"></h1>
This is only really a good solution on the homepage though, because after that, you will want the "Title" of your post or page to exist in the <h1> element.
I was wondering about doing that. I am new to Wordpress and it is more confusing to me than blogger was, big learning curve I guess.