Pubblicato il Lunedì, Agosto 25th, 2008 alle ore 20:46 / Scritto da Erfo /
0 Commenti
Get Recent Comments
Categoria: Plugin
Questo plugin permette di vedere gli ultimi commenti e trackbacks.
-download-
Decomprimi la cartella e caricala su /wp-content/plugins/ .
Vai su “Gestione Plugin” ed attiva.
Inserisci il codice seguente nel template o nella sidebar:
<?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 } ?>
Infine vai su [...]
