• 07-11-2008, 13:05:38
    #1
    Arkdaşlar son yorumları son konuları ve en çok okunanları footer e tablo halinde nasıl alabilirim ?
  • 07-11-2008, 21:55:35
    #2
    güncel
  • 07-11-2008, 22:35:31
    #3
    Kimlik doğrulama veya yönetimden onay bekliyor.
    WordPress › Get Recent Comments WordPress Plugins

    bu plugini kurup aktif ettikten sonra, footer'a uygun bir yere aşağıdaki kodu ekleyiniz.

    <?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 } ?>
  • 08-11-2008, 00:36:48
    #4
    tablo içine nasıl alabiliriz
  • 08-11-2008, 00:54:58
    #5
    bilmiyorum.
  • 08-11-2008, 01:09:22
    #6
    genede teşekkürler