index içinde başlıkların listelendiği
<a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
gibi bir kod satırı olmalı.

bu satırı şu şekilde düzenlerseniz
<a href="<?php the_permalink(); ?>" rel="bookmark"  title="Permanent Link to <?php the_title_attribute();  ?>"><?php the_title(); ?></a> <a href ="http://www.google.com.tr/search?hl=tr&q=<?php the_title(); ?>"><img src="http://www.google.com/favicon.ico"></a>
istediğiniz şekilde olur.