<?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>Webmaster Kaynak Sitesi &#187; plugin</title>
	<atom:link href="http://www.sistembilgisi.com/etiket/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sistembilgisi.com</link>
	<description>SistemBilgisi.Com Webmaster Destek</description>
	<lastBuildDate>Sun, 29 Jan 2012 21:42:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Yazı içindeki büyük resimleri otomatik boyutlandırma</title>
		<link>http://www.sistembilgisi.com/webmaster-haberler/yazi-icindeki-buyuk-resimleri-otomatik-boyutlandirma.html</link>
		<comments>http://www.sistembilgisi.com/webmaster-haberler/yazi-icindeki-buyuk-resimleri-otomatik-boyutlandirma.html#comments</comments>
		<pubDate>Sat, 19 Apr 2008 18:28:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmaster Haberler]]></category>
		<category><![CDATA[Bloglar]]></category>
		<category><![CDATA[Imagefit]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP-Imagefit]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/?p=392</guid>
		<description><![CDATA[


 Bu plugin sayesinde yazılarımızın içindeki resimleri otomatik olarak boyutlandırabiliriz.Ör: yazı içinde büyük bir resim var siz boyutları ile uğraşaşmak yerine plugini kurun o otomatik boyutlandırsın.
WP-Imagefit
Orijinal jQuery Imagefit plugin, daha zeytine aitiyle Boermans&#8217;ı yazdı.
style.css dosyanıza en alta ekleyiniz:
[css]
.storycontent img {
max-width: 460px;
width: expression(this.width > 460 ? 460: true);
}[/css]
Temanıza göre ayar vericez:
wp-imagefit.php dosyasını açın
[php]
function wp_imagefit_js() {
  [...]]]></description>
			<content:encoded><![CDATA[<p style="float: right;margin: 4px;"><script type="text/javascript"><!--
google_ad_client = "pub-2100192176924099";
/* 468x60, header forum */
google_ad_slot = "3524635532";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p> <p>Bu plugin sayesinde yazılarımızın içindeki resimleri otomatik olarak boyutlandırabiliriz.Ör: yazı içinde büyük bir resim var siz boyutları ile uğraşaşmak yerine plugini kurun o otomatik boyutlandırsın.<br />
<a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://factoryjoe.com/projects/wp-imagefit/"  target="_blank">WP-Imagefit</a><br />
Orijinal jQuery Imagefit plugin, daha zeytine aitiyle Boermans&#8217;ı yazdı.<br />
style.css dosyanıza en alta ekleyiniz:<br />
[css]<br />
.storycontent img {<br />
max-width: 460px;<br />
width: expression(this.width > 460 ? 460: true);<br />
}[/css]<br />
Temanıza göre ayar vericez:<br />
wp-imagefit.php dosyasını açın<br />
[php]<br />
function wp_imagefit_js() {<br />
  $wp_imagefit_script = &#8221;<br />
	<!-- begin imagefit script --><br />
  <script type=\"text/javascript\">\n
  jQuery(window).load(function(){\n
    jQuery('div.post').imagefit();\n
  });\n
  </script>\n<br />
	<!-- end imagefit script -->\n&#8221;;</p>
<p>	echo($wp_imagefit_script);<br />
}<br />
[/php]<br />
JQuery deki seçicilikten hatırlayacağımız gibi &#8216;div.post&#8217; alanı, class ı post olan divleri seçer.Kendi temanıza göre değiştirmelisiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/webmaster-haberler/yazi-icindeki-buyuk-resimleri-otomatik-boyutlandirma.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Arşiv Sayfası Plugin</title>
		<link>http://www.sistembilgisi.com/webmaster-haberler/wordpress-arsiv-sayfasi-plugin.html</link>
		<comments>http://www.sistembilgisi.com/webmaster-haberler/wordpress-arsiv-sayfasi-plugin.html#comments</comments>
		<pubDate>Tue, 15 Apr 2008 19:36:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmaster Haberler]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[Bloglar]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/?p=387</guid>
		<description><![CDATA[Simple Yearly Archive Plugini sayesinde Wordpress sitenize gönderileri yıllık sıralı halde arşiv sayfası oluşturabilirsiniz
Demo
Kurulumu:
1. Plugini indirip ,zipli dosyayı açın.
2. simple-yearly-archive.php dosyasını /wp-content/plugins/ dizinine upload edin.
3. Wordpress admin panelinden plugini aktif edin.
Kullanımı:
Bir sayfa yaratın ve içinden plugini çağırın
[php]< !--simple-yearly-archive-->[/php]
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://wordpress.org/extend/plugins/simple-yearly-archive/"  target="_blank">Simple Yearly Archive Plugin</a>i sayesinde Wordpress sitenize gönderileri yıllık sıralı halde arşiv sayfası oluşturabilirsiniz<br />
<a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.sistembilgisi.com/arsiv"  target="_blank">Demo</a><br />
<strong>Kurulumu:</strong><br />
1. Plugini indirip ,zipli dosyayı açın.<br />
2. simple-yearly-archive.php dosyasını /wp-content/plugins/ dizinine upload edin.<br />
3. Wordpress admin panelinden plugini aktif edin.<br />
<strong>Kullanımı:</strong><br />
Bir sayfa yaratın ve içinden plugini çağırın<br />
[php]< !--simple-yearly-archive-->[/php]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/webmaster-haberler/wordpress-arsiv-sayfasi-plugin.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Random YouTube Video Plugin</title>
		<link>http://www.sistembilgisi.com/webmaster-haberler/random-youtube-video-plugin.html</link>
		<comments>http://www.sistembilgisi.com/webmaster-haberler/random-youtube-video-plugin.html#comments</comments>
		<pubDate>Mon, 14 Apr 2008 08:23:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webmaster Haberler]]></category>
		<category><![CDATA[Bloglar]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/?p=384</guid>
		<description><![CDATA[Blogunuzun sidebar ına random youtube video eklemek için widget plugini
Kurulum için indirdiğiniz dosyayı /wp-content/plugins/ ne atıp Yönetim Paneli / Eklentiler sekmesine giderek aktif ediyoruz.Ayarlar -&#62; Manage YouTube Videos dan video ayarlarını yaptıktan sonra plugin kullanıma hazır.
Ekran görüntüleri
Widget

Ayar sayfası

]]></description>
			<content:encoded><![CDATA[<p>Blogunuzun sidebar ına <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://downloads.wordpress.org/plugin/random-youtube-video.zip" >random youtube video</a> eklemek için widget plugini<br />
<code>Kurulum için indirdiğiniz dosyayı </code><strong><code>/wp-content/plugins/ </code></strong><code>ne atıp <strong>Yönetim Paneli / Eklentiler</strong> sekmesine giderek aktif ediyoruz.</code><strong>Ayarlar -&gt; Manage YouTube Videos </strong>dan video ayarlarını yaptıktan sonra plugin kullanıma hazır.<br />
Ekran görüntüleri<br />
Widget<br />
<img src="http://wordpress.org/extend/plugins/random-youtube-video/screenshot-1.jpg" alt="youtube" /><br />
Ayar sayfası<br />
<img src="http://wordpress.org/extend/plugins/random-youtube-video/screenshot-2.jpg" alt="youtube plugin" width="439" height="304" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/webmaster-haberler/random-youtube-video-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress2.0.x İçin Google Sitemap Generator Plugini</title>
		<link>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress20x-icin-google-sitemap-generator-plugini.html</link>
		<comments>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress20x-icin-google-sitemap-generator-plugini.html#comments</comments>
		<pubDate>Sun, 24 Sep 2006 02:39:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Sitemap]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress20x-icin-google-sitemap-generator-plugini.html</guid>
		<description><![CDATA[Eğer sitemiz varsa ilk kullanmamız gereken SEO aracı Google Sitemap tir.Hala bir hesabınız yoksa Google Sitemap e ücretsiz üye olabilir ve siteniz için bi XML site haritası oluşturabilirsiniz.
Eğer siteniz Wordpress ise işiniz daha da kolaylaşıyor ; Google Sitemap Generator for WordPress v2 Final plugini işinizi görecektir.

İndirin
Zipli dosyayı açın
sitemap.php ı /wp-content/plugins klasörüne yükleyin
WP2.0 admin paneline gidin:




Eklentiler [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.greatnexus.com/wp-content/uploads/sitemaps-logo.gif" />Eğer sitemiz varsa ilk kullanmamız gereken SEO aracı <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.google.com/webmasters/sitemaps/" target="_blank" >Google Sitemap</a> tir.Hala bir hesabınız yoksa <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.google.com/webmasters/sitemaps/" target="_blank" >Google Sitemap</a> e ücretsiz üye olabilir ve siteniz için bi XML site haritası oluşturabilirsiniz.</p>
<p>Eğer siteniz <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.wordpress.org" target="_blank" >Wordpress</a> ise işiniz daha da kolaylaşıyor ; <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final" >Google Sitemap Generator for WordPress v2 Final</a> plugini işinizi görecektir.</p>
<ul>
<li>İndirin</li>
<li>Zipli dosyayı açın</li>
<li>sitemap.php ı /wp-content/plugins klasörüne yükleyin</li>
<li>WP2.0 admin paneline gidin:</li>
</ul>
<p><span id="more-203"></span></p>
<ul>
<ul>
<li>Eklentiler (Plugins) tabına girin ve Sitemap pluginini aktif edin</li>
<li>Sonra Ayarlar(Options) paneline gidin</li>
<li>Sitemap tabına girin</li>
<li>Rebuild deyin bu kadar.</li>
</ul>
</ul>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final" target="_blank" >Bu plugin</a> sayesinde sitenize otomatik sitemap dosyası oluşturulacak ve bu dosya google a indexlemesi için ping yollucak.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress20x-icin-google-sitemap-generator-plugini.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Top Wordpress Pluginleri</title>
		<link>http://www.sistembilgisi.com/hazir-scriptler/wordpress/top-wordpress-pluginleri.html</link>
		<comments>http://www.sistembilgisi.com/hazir-scriptler/wordpress/top-wordpress-pluginleri.html#comments</comments>
		<pubDate>Sun, 17 Sep 2006 22:55:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/hazir-sistemler/wordpress/top-wordpress-pluginleri.html</guid>
		<description><![CDATA[En çok indirilip,kurulan ve gayet kullanışlı wordpress plugin leri.Wordpress in neredeyse olmazsa olmazları diyebilirim.
İşte Tam Liste:
Akismet - Bloğumuzda yorumlara gelen spamlardan artık hepinizin bıktıgını biliyorum.Akismet bu spamları tarayıp sizin yerinize algılıyor.Ayrıca trackbackleri kontrol ederekte bize oldukça yararlı bi plugin.
Ultimate Tag Warrior &#8211; WordPress in en iyi tag sistemidir.Kategorilere tag oluşturabilir bloğumuzun içeriğini ve arama motorlarındaki [...]]]></description>
			<content:encoded><![CDATA[<p>En çok indirilip,kurulan ve gayet kullanışlı <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.wordpress.org/" target="_blank" >wordpress</a> plugin leri.<a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.wordpress.org/" target="_blank" >Wordpress</a> in neredeyse olmazsa olmazları diyebilirim.</p>
<p>İşte Tam Liste:</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://akismet.com/" target="_blank" >Akismet </a>- Bloğumuzda yorumlara gelen spamlardan artık hepinizin bıktıgını biliyorum.Akismet bu spamları tarayıp sizin yerinize algılıyor.Ayrıca trackbackleri kontrol ederekte bize oldukça yararlı bi plugin.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.neato.co.nz/ultimate-tag-warrior/" target="_blank" >Ultimate Tag Warrior</a> &#8211; WordPress in en iyi tag sistemidir.Kategorilere tag oluşturabilir bloğumuzun içeriğini ve arama motorlarındaki yerini enkinleştirebilir.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.soeren-weber.net/post/2005/08/18/50/" target="_blank" >Exec-PHP</a> -Konu yada statik sayfalarımızda php koduna yer vermek istiyorsanız bu plugin önerilir.Biliyorsunuz ki normal php kodlarımız yazılarımızın içinde yorumlanıyor ve hatalara neden oluyor.</p>
<p><span id="more-181"></span></p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final" target="_blank" >Google Sitemaps</a> &#8211; WordPress blogunuzun sitemap dosyasını zahmetsizce oluşturmanıza yarıyor.(<a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.google.com/webmasters/sitemaps" target="_blank" >Sitemap nedir?</a>)</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://somethingunpredictable.com/wp-no-ping-wait/" target="_blank" >No Ping Wait</a> &#8211; Gönderilerimizi jenerik pinglerle destekleyen bi plugin.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.phrixus.co.uk/pxsmail/" target="_blank" >PXS Mail Form</a> &#8211; İletişim, öneri,&#8230; form mailleri oluşturmak için bir plugin.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://jonas.rabbe.com/archives/2005/05/08/super-archives-plugin-for-wordpress/" target="_blank" >Super Archive</a> &#8211; Arşivinizle bir bütün olarak çalışır ve arşivinizi dinamik hale getirir.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.sporadicnonsense.com/2005/04/28/clean-archives-plug-in/" target="_blank" >SRG Clean Archives</a> &#8211; Arşivi temizler.Çok basit ve kullanışlıdır.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://zeo.unic.net.my/2006/03/29/lightbox-js-version-20/" target="_blank" >WP lightbox 2 </a>- Resimlerinizin yazılarınız içinde hoş görünümünü sağlar.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.fahlstad.se/" target="_blank" >fQuick</a> &#8211; WordPress ta kenarlara not,duyuru,.. düşmenizi sağlar.Kısacasi basit bi sidebar.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.chait.net/index.php?p=310" target="_blank" >CG-FlashyTitles</a> &#8211; sIFR 2.0 Flash pluginini tamamlar -Blogunuzda konu başlıklarına flash efekti verir.Kurulumu çok basittir.</p>
<p><!--adsense--></p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://eightface.com/wordpress/flickrrss/" target="_blank" >flickrRSS</a> &#8211; Rss mantığıyla çalışır fakat sadece resim dosyalarını paylaştırır.Siteye eklediginiz zaman sitenizde diger sitelerden import resimler rss ile gelir.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.orderedlist.com/articles/wordpress_feedburner_plugin/" target="_blank" >Feedburner Feed Replacement</a> &#8211; Bütün feed trafigi arasında random feed oluşturur.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.skippy.net/blog/2005/03/24/gravatars/" target="_blank" >Gravatars</a> &#8211; Yorumlarımızda yorum yazanların profil resimlerini gösterir.Sitesine üye olursanız ve bir resim yüklerseniz bütün bloglardaki yorumlarınızda aynı resim çekilir.Oldukça hoş ve kullanışlı bir plugin.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://blog.jodies.de/archiv/2004/11/13/recent-comments/" target="_blank" >Get Recent Comments</a> &#8211; Sitenizin sidebar ında geçmiş yorumları ve trackbackleri listelemenize yarar.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.scriptygoddess.com/archives/2005/01/23/wppaginate-for-wp-15/" target="_blank" >WP Paginate</a> &#8211; Statik sayfalarımızı numaralandıran güzel bi plugin.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.calevans.com/view.php/page/notable" target="_blank" >wp-notable</a> &#8211; digg,del.icio.us,yahoo,&#8230; gibi internetin dijital notdefterlerine sitemizdeki postlarımız direk linkle eklenebilir.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.acmetech.com/blog/adsense-deluxe/" target="_blank" >Adsense-Deluxe</a> &#8211; Konularımızda adsense kodlarını aralara yazmaktan sıkıldıysanız tek tıkta adsense deluxe ile istediginiz boyut adsens i konunun içine gömebilirsiniz.Sadece bir kereye mahsus olmak üzere adsense kodlarını adsense deluxe ye kayıt ediyoruz ve sayfanın içinden istedigimizi çagırıyoruz.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://ryanduff.net/projects/wp-contactform/" target="_blank" >WP-ContactForm</a> &#8211; İletişim forumu.Diğerlerinden farklı tarafı spamları engellemesi !.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.mightyseek.com/podpress" target="_blank" >PodPress</a> &#8211; Denemedim ama galiba media player bileşeni.</p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.w-a-s-a-b-i.com/archives/2006/02/02/wordpress-related-entries-20/" target="_blank" >Related Posts</a> -Konu içeriklerini karşılaştırarak linklerle birbirlerine bağlar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/hazir-scriptler/wordpress/top-wordpress-pluginleri.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress Pluginleri</title>
		<link>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-pluginleri.html</link>
		<comments>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-pluginleri.html#comments</comments>
		<pubDate>Wed, 10 May 2006 23:55:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/hazir-sistemler/wordpress/wordpress-pluginleri.html</guid>
		<description><![CDATA[Card Converter
Replace playing card abbreviations with a CSS playing card. Allows you to write As, but WP to display a CSS representation of the Ace of spades, like A&#9824;.
Comment Count

Counts the number of comments. Can be used to count total number of comments or comments for a specific post when used in Âthe loop.Â
Comment Plugger
Gives [...]]]></description>
			<content:encoded><![CDATA[<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/card-converter/" >Card Converter</a></h3>
<p>Replace playing card abbreviations with a CSS playing card. Allows you to write <card>As</card>, but WP to display a CSS representation of the Ace of spades, like <span class="blackcardsuit">A&#9824;</span>.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/comment-count/" >Comment Count</a></h3>
<p><span id="more-144"></span></p>
<p>Counts the number of comments. Can be used to count total number of comments or comments for a specific post when used in Âthe loop.Â</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/comment-plugger/" >Comment Plugger</a></h3>
<p>Gives a list of that last people to comment on a post, with a link to their site if they provided one.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/comments-posted-elsewhere/" >Comments Posted Elsewhere</a></h3>
<p>Retrieves a list of comments posted on other sites (with the help of a hidden post and trackbacks). <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.neiluchitel.com/index.php?p=179" >Tutorial</a></p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/comment-word-count/" >Comment Word Count</a></h3>
<p>Outputs the total number of words in all comments.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/disable-wpautop/" >Disable WPautop</a></h3>
<p>Disables the wpautop function for the_content and the_excerpt.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/last-modified/" >Last Modified</a></h3>
<p>Displays the date and time that the post/page was last modified.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/moderate-pingbacks/" >Moderate Pingbacks</a></h3>
<p>Automatically puts all pingbacks into the comment moderation queue.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/moderate-trackbacks/" >Moderate Trackbacks</a></h3>
<p>Automatically puts all trackbacks into the comment moderation queue.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/most-commented/" >Most Commented</a></h3>
<p>Retrieves a list of the posts with the most comments.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/post-count/" >Post Count</a></h3>
<p>Outputs the total number of posts.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/post-word-count/" >Post Word Count</a></h3>
<p>Outputs the total number of words in all posts.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/recent-comments/" >Recent Comments</a></h3>
<p>Retrieves a list of the most recent comments.</p>
<h3><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://dev.wp-plugins.org/browser/recent-posts/" >Recent Posts</a></h3>
<p>Returns a list of the most recent posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-pluginleri.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Türkiye Futbol Ligi Puan Durumu Eklentisi</title>
		<link>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-turkiye-futbol-ligi-puan-durumu-eklentisi.html</link>
		<comments>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-turkiye-futbol-ligi-puan-durumu-eklentisi.html#comments</comments>
		<pubDate>Thu, 30 Mar 2006 15:39:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/webmaster-haberler/wordpress-turkiye-futbol-ligi-puan-durumu-eklentisi.html</guid>
		<description><![CDATA[Günlüğünüzde fanatiği olduğunuz takımın futbol ligimizde puan durumu mu göstermek istiyorsunuz? Yok yok fanatiklik bir yana tüm 1. lig takımlarının puan durumunu göstermek daha da güzel mi olur diyorsunuz? Eklentimiz size göre  
Kurulum ve kullanım
Kaynak Wordpress-tr.com
]]></description>
			<content:encoded><![CDATA[<p>Günlüğünüzde fanatiği olduğunuz takımın futbol ligimizde puan durumu mu göstermek istiyorsunuz? Yok yok fanatiklik bir yana tüm 1. lig takımlarının puan durumunu göstermek daha da güzel mi olur diyorsunuz? Eklentimiz size göre <img src='http://www.sistembilgisi.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.dmry.net/wordpress-turkiye-futbol-ligi-puan-durumu-eklentisi" onclick="javascript:urchinTracker ('/outbound/www.dmry.net');" >Kurulum ve kullanım</a></p>
<p><a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.wordpress-tr.com/wordpress-turkiye-futbol-ligi-puan-durumu-eklentisi/ " target="_blank" >Kaynak Wordpress-tr.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-turkiye-futbol-ligi-puan-durumu-eklentisi.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Wordpress Metin Seçme Engelleme Eklentisi</title>
		<link>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-metin-secme-engelleme-eklentisi.html</link>
		<comments>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-metin-secme-engelleme-eklentisi.html#comments</comments>
		<pubDate>Mon, 27 Mar 2006 17:00:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/webmaster-haberler/wordpress-metin-secme-engelleme-eklentisi.html</guid>
		<description><![CDATA[Sitenizdeki yazıların kopyalanmasını istemiyor olabilirsiniz. Bunu biraz da engellemek elinizde! Eklentiyi buradan indirebilir ve kurulumu takip ederek aktif hale getirebilirsiniz. Artık sayfanızdaki mentinler kopyalanabilmek için seçilemeyecek.
Kaynak: Wordpress-tr.com
]]></description>
			<content:encoded><![CDATA[<p>Sitenizdeki yazıların kopyalanmasını istemiyor olabilirsiniz. Bunu biraz da engellemek elinizde! Eklentiyi <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.dmry.net/wp-dosyalar/metin_secme_engelleme1.0.zip" onclick="javascript:urchinTracker ('/outbound/www.dmry.net');" >buradan</a> indirebilir ve <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.dmry.net/wordpress-metin-secme-engelleme-eklentisi" onclick="javascript:urchinTracker ('/outbound/www.dmry.net');" >kurulumu</a> takip ederek aktif hale getirebilirsiniz. Artık sayfanızdaki mentinler kopyalanabilmek için seçilemeyecek.</p>
<p>Kaynak: Wordpress-tr.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-metin-secme-engelleme-eklentisi.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Wordpress Sağ Tuş Engelleme Eklentisi</title>
		<link>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-sag-tus-engelleme-eklentisi.html</link>
		<comments>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-sag-tus-engelleme-eklentisi.html#comments</comments>
		<pubDate>Mon, 27 Mar 2006 16:56:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.sistembilgisi.com/webmaster-haberler/wordpress-sag-tus-engelleme-eklentisi.html</guid>
		<description><![CDATA[Webmaster bilgisi olmayan sadece amacı günlük yazmak olan arkadaşlarımız javascript ile hazırlanmış kodları sayfalarına eklemekte güçlük çekebiliyorlar. Onlar için hazırlamış olduğum eklentide yapmanız gereken tek şey, eklentiyi aktif etmek. Artık sağ menü gelmeyecek. Ayrıca sağ tuşa tıklanıldığında klasik bir uyarı mesajları da olmayacak..
Eklentiyi buradan indirebilir, buradan kurulumu okuyabilirsiniz.
Kaynak:Wordpress-TR.com
]]></description>
			<content:encoded><![CDATA[<p>Webmaster bilgisi olmayan sadece amacı günlük yazmak olan arkadaşlarımız javascript ile hazırlanmış kodları sayfalarına eklemekte güçlük çekebiliyorlar. Onlar için hazırlamış olduğum eklentide yapmanız gereken tek şey, eklentiyi aktif etmek. Artık sağ menü gelmeyecek. Ayrıca sağ tuşa tıklanıldığında klasik bir uyarı mesajları da olmayacak..<br />
Eklentiyi <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.dmry.net/wp-dosyalar/sagtus_engelleme1.0.zip" onclick="javascript:urchinTracker ('/outbound/www.dmry.net');" >buradan indirebilir</a>, <a target="_blank" rel="nofollow" href="http://www.sistembilgisi.com/goto/http://www.dmry.net/wordpress-sag-tus-engelleme-eklentisi" onclick="javascript:urchinTracker ('/outbound/www.dmry.net');" >buradan kurulumu</a> okuyabilirsiniz.</p>
<p>Kaynak:Wordpress-TR.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sistembilgisi.com/hazir-scriptler/wordpress/wordpress-sag-tus-engelleme-eklentisi.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

