Get Recent Comments
WordPress’in en çok kullanılan eklentilerden birisi de bu olsa gerek. Bloğunuza gelen son yorumları sade bir şekilde göstermek için bu eklentiyi kullanabilirsiniz.
Özellikleri
- Tüm wordpress sürümlerini destekler
- Widget ( Bileşen ) destekli
- Gravatar destekli
- Rahat özelleştirebilirlik
Kurulum
Kurulumu çok basit indirdiğiniz zipin içindeki dosyaları wp-content/plugins ‘in içine attıktan sonra admin paneline girip Eklentiler menüsünden Get Recent Comments’ı etkinleştirdikten sonra sidebar.php dosyasını ( veya yorumların nerede gözükmesini istiyorsanız ) açıp aşağıdaki kodları ekleyin;
<?php if (function_exists('get_recent_comments')) { ?>
<li><h2><?php _e('Recent Comments:'); ?></h2>
<ul>
<?php get_recent_comments(); ?>
</ul>
</li>
<?php } ?>
<?php if (function_exists('get_recent_trackbacks')) { ?>
<li><h2><?php _e('Recent Trackbacks:'); ?></h2>
<ul>
<?php get_recent_trackbacks(); ?>
</ul>
</li>
<?php } ?>
<li><h2><?php _e('Recent Comments:'); ?></h2>
<ul>
<?php get_recent_comments(); ?>
</ul>
</li>
<?php } ?>
<?php if (function_exists('get_recent_trackbacks')) { ?>
<li><h2><?php _e('Recent Trackbacks:'); ?></h2>
<ul>
<?php get_recent_trackbacks(); ?>
</ul>
</li>
<?php } ?>
Resimler


Linkler
Benzer Eklentiler:
Featured Post List
Render Blogroll Links
Random Post List
TL Exchange Rates
Announcement and vertical scroll news
Calculator
Emre
Kocaeli Üniversitesi, Menkul Kıymetler ve Sermaye Piyasası mezunu. Ekonomi ve web teknolojileriyle ilgili. İstanbul aşığı, wordpress sever.
Emre'nin 274 yazısı var.
Read more from Sidebar Eklentileri



