<?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>Selim AKYÜZ &#187; WordPress</title>
	<atom:link href="http://www.selimakyuz.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.selimakyuz.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:41:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Custom Excerpt Limit</title>
		<link>http://www.selimakyuz.com/wordpress-custom-excerpt-limit/</link>
		<comments>http://www.selimakyuz.com/wordpress-custom-excerpt-limit/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 08:59:57 +0000</pubDate>
		<dc:creator>S.AKYUZ</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[codex]]></category>
		<category><![CDATA[excerpt]]></category>
		<category><![CDATA[kod]]></category>

		<guid isPermaLink="false">http://www.selimakyuz.com/?p=103</guid>
		<description><![CDATA[function excerpt($limit) { $excerpt = explode(' ', get_the_excerpt(), $limit); if (count($excerpt)>=$limit) { array_pop($excerpt); $excerpt = implode(" ",$excerpt).'...'; } else { $excerpt = implode(" ",$excerpt); } $excerpt = preg_replace('`\[[^\]]*\]`','',$excerpt); return $excerpt; }]]></description>
		<wfw:commentRss>http://www.selimakyuz.com/wordpress-custom-excerpt-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Add Post Class if Post has Thumbnail</title>
		<link>http://www.selimakyuz.com/wordpress-add-post-class-if-post-has-thumbnail/</link>
		<comments>http://www.selimakyuz.com/wordpress-add-post-class-if-post-has-thumbnail/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 09:10:18 +0000</pubDate>
		<dc:creator>S.AKYUZ</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://www.selimakyuz.com/?p=85</guid>
		<description><![CDATA[// add class if post has thumbnail function has_thumb_class($classes) { global $post; if( has_post_thumbnail($post-&#62;ID) ) { $classes[] = 'has_thumb'; } return $classes; } add_filter('post_class', 'has_thumb_class');]]></description>
		<wfw:commentRss>http://www.selimakyuz.com/wordpress-add-post-class-if-post-has-thumbnail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 “Sonny”</title>
		<link>http://www.selimakyuz.com/wordpress-3-3-%e2%80%9csonny%e2%80%9d/</link>
		<comments>http://www.selimakyuz.com/wordpress-3-3-%e2%80%9csonny%e2%80%9d/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 10:26:11 +0000</pubDate>
		<dc:creator>S.AKYUZ</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[iys]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.selimakyuz.com/?p=78</guid>
		<description><![CDATA[İçerik Yönetim Sistemlerinin en popüleri olan WordPress, 3.3 sürümünü yayınlandı. Zaten 3.0 ile gelişmiş özellikler sunan sistem, 3.3 versiyonu ile lider olan yerini daha da pekiştireceğe benziyor. Başlıca Yeni Özellikler Tek yükleme ile dosya tespiti. Sürükle-bırak yükleyici. Geliştirilmiş editör api. &#8230; <a href="http://www.selimakyuz.com/wordpress-3-3-%e2%80%9csonny%e2%80%9d/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.selimakyuz.com/wordpress-3-3-%e2%80%9csonny%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

