<?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>KaiseRCrazY.CoM, Serkan Algur &#187; comment</title>
	<atom:link href="http://www.kaisercrazy.com/etiket/comment/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kaisercrazy.com</link>
	<description>Deliye Bayram Olmayan Gün Mü Var?</description>
	<lastBuildDate>Wed, 08 Sep 2010 06:13:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>30 Günden Eski Mesajlarınıza Yorum Yapılmasını Engellemek</title>
		<link>http://www.kaisercrazy.com/cms-sistemleri/wordpress/30-gunden-eski-mesajlariniza-yorum-yapilmasini-engellemek.html</link>
		<comments>http://www.kaisercrazy.com/cms-sistemleri/wordpress/30-gunden-eski-mesajlariniza-yorum-yapilmasini-engellemek.html#comments</comments>
		<pubDate>Fri, 05 Dec 2008 00:57:35 +0000</pubDate>
		<dc:creator>Serkan Algur</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[30 gün]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[engellemek]]></category>
		<category><![CDATA[yorum]]></category>

		<guid isPermaLink="false">http://www.kaisercrazy.com/?p=126</guid>
		<description><![CDATA[Mesajlarınızın yazılma ve yayımlanma tarihini 30 ve hatta dafa fazla gün geçtiğinde artık destek vermediğiniz bir durumda bir yazıya dönüştüğünde yazınıza yorum yapıp, destek isteyen birisi oldu mu hiç? Ve bunca zaman sonra artık önemsemediğiniz ya da artık o konuyla ilgilenemiyecek durumda ve pozisyonda olduğunuzda bu can sıkıntılı bir durum olacaktır elbette. Eğer bunu engellemek [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;" >Mesajlarınızın yazılma ve yayımlanma tarihini 30 ve hatta dafa fazla gün geçtiğinde artık destek vermediğiniz bir durumda bir yazıya dönüştüğünde yazınıza yorum yapıp, destek isteyen birisi oldu mu hiç? Ve bunca zaman sonra artık önemsemediğiniz ya da artık o konuyla ilgilenemiyecek durumda ve pozisyonda olduğunuzda bu can sıkıntılı bir durum olacaktır elbette. Eğer bunu engellemek isterseniz bu yazının devamını okuyun :)<span id="more-126" ></span>Aşağıdaki kodları temanızın <span style="color: #ff0000;" ><strong><em>functions.php</em></strong></span> dosyası içine yapıştırın veya böyle bir dosyanız yoksa oluşturup boş olarak temanızın içine atın. Ve tema editöründen bu dosyayı açıp aşağıda vermiş olduğum kodları içine yapıştırın.</p>
<p style="text-align: justify;" >
<pre class="brush: php;"   style="display:block;background:grey;color:lime;width:100%;text-align:justify;display:block;background:grey;color:lime;width:100%;text-align:justify;">&lt; ?php
function close_comments( $posts ) {
if ( !is_single() ) { return $posts; }
if ( time() - strtotime( $posts[0]-&gt;post_date_gmt ) &gt; ( 30 * 24 * 60 * 60 ) ) {
$posts[0]-&gt;comment_status = 'closed';
$posts[0]-&gt;ping_status    = 'closed';
}
return $posts;
}
add_filter( 'the_posts', 'close_comments' );
?&gt;</pre>
<p style="text-align: justify;" >Üçüncü satırda bulunan <span style="color: #ff0000;" ><em><strong>30</strong></em></span> değeri bizim gün sayımız oluyor. Onu istediğiniz değerle değiştirip kullanabilirsiniz.</p>
<p style="text-align: justify;" >Not: Bu Yazı <a href="http://www.wprecipes.com/how-to-disable-commenting-on-posts-older-than-30-days"  target="_blank" >How to: Disable commenting on posts older than 30 days</a> adlı yazıdan esinlenilerek yazılmıştır.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.kaisercrazy.com/cms-sistemleri/wordpress/30-gunden-eski-mesajlariniza-yorum-yapilmasini-engellemek.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
