SEO Teknikleri'nin blogunda kullandığım dil kodu aşağıdaki gibidir. Bu kodu Wordpress'in döngüsü içine yazmalısınız. Ayrıca resimleri de tema klasörünüzün içindeki
bayraklar klasörüne yüklemelisiniz.
PHP- Kodu:
<a href="http://translate.google.com/translate?prev=hp&hl=tr&u=<?php the_permalink() ?>&sl=tr&tl=en" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/en.gif" alt="English" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=de&u=<?php the_permalink() ?>&sl=tr&tl=de" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/de.gif" alt="German" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=it&u=<?php the_permalink() ?>&sl=tr&tl=it" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/it.gif" alt="Italian" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=fr&u=<?php the_permalink() ?>&sl=tr&tl=fr" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/fr.gif" alt="France" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=pl&u=<?php the_permalink() ?>&sl=tr&tl=pl" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/pl.gif" alt="Polish" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=ru&u=<?php the_permalink() ?>&sl=tr&tl=ru" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/ru.gif" alt="Russian" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=es&u=<?php the_permalink() ?>&sl=tr&tl=es" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/es.gif" alt="Spannish" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=uk&u=<?php the_permalink() ?>&sl=tr&tl=uk" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/uk.gif" alt="Ukrainian" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=bg&u=<?php the_permalink() ?>&sl=tr&tl=bg" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/bg.gif" alt="Bulgarian" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=nl&u=<?php the_permalink() ?>&sl=tr&tl=nl" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/nl.gif" alt="Dutch" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=fi&u=<?php the_permalink() ?>&sl=tr&tl=fi" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/fi.gif" alt="Finnish" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=hi&u=<?php the_permalink() ?>&sl=tr&tl=hi" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/hi.gif" alt="Hindi" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=ja&u=<?php the_permalink() ?>&sl=tr&tl=ja" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/ja.gif" alt="Japanese" /></a>
<a href="http://translate.google.com/translate?prev=hp&hl=no&u=<?php the_permalink() ?>&sl=tr&tl=no" title="<?php the_title(); ?>"><img src="<?php bloginfo('template_url'); ?>/bayraklar/no.gif" alt="Norwegian" /></a>