<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Türkiye &#187; keyword</title>
	<atom:link href="http://www.wpuzmani.com/etiket/keyword/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpuzmani.com</link>
	<description>Wordpress Türkiye, Destek, Eklenti, Tema ve İpuçları</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:29:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eklenti Kullanmadan Yazı Etiketlerini Keyword Olarak Kullanın!</title>
		<link>http://www.wpuzmani.com/eklenti-kullanmadan-yazi-etiketlerini-keyword-olarak-kullanin/</link>
		<comments>http://www.wpuzmani.com/eklenti-kullanmadan-yazi-etiketlerini-keyword-olarak-kullanin/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 14:21:33 +0000</pubDate>
		<dc:creator>Semih</dc:creator>
				<category><![CDATA[İpuçları]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[yazı etiketleri]]></category>

		<guid isPermaLink="false">http://www.wpuzmani.com/eklenti-kullanmadan-yazi-etiketlerini-keyword-olarak-kullanin/</guid>
		<description><![CDATA[R10&#8242;daki bir konuda sorulmuş olan soruya ve merak edenlere yardımcı olması açısından buradan yöntemi yayınlıyorum.

Öncelikle temanıza ait header.php dosyasını açın.
&#38;lt;?php wp_head(); ?&#38;gt;
kodunu bulun.
Daha sonra bu kodun bir satır üzerine şu satırları ekleyin:
&#38;lt;?php if(is_single()) {
global $post;
// konu id'sine göre etiket alalim.
$etiketler = wp_get_object_terms($post-&#38;gt;ID, 'post_tag');
$webiket = array();
// yazida buldugumuz etiketlerin, tek tek isimlerini aliyoruz.
foreach($etiketler as $etiket) {
 [...]]]></description>
		<wfw:commentRss>http://www.wpuzmani.com/eklenti-kullanmadan-yazi-etiketlerini-keyword-olarak-kullanin/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

