Moin.
Habe da mal zwei Fragen bezüglich Recent Comments...
Meine Recent Comments hole ich mir wie folgt:
<div class="recent">
<span class="recent-titles">Recent Comments</span>
<ul class="list2">
<?php if(function_exists("get_recent_comments")) : ?>
<?php get_recent_comments(); ?>
<?php else : ?>
<?php mw_recent_comments(4, false, 35, 15, 35, 'all', '<li><a href="%permalink%" title="%title%"><strong>%author_name%</strong></a> in %title%</li>','d.m.y, H:i'); ?>
<?php endif; ?>
</ul>
</div>
Frage #1: Was genau ist " 4, false, 35, 15, 35, 'all', ' " ?
Frage #2: Ich möchte Trackbacks/Pingbacks erlauben, allerdings nicht in meinen Recent Comments sichtbar haben ... was ist zutun?