2 Questions about Recent Comments
-
Hi there.
I got two problems with my Recent Comments.
I get them with the following code:<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>
Question #1: What exactly is ” 4, false, 35, 15, 35, ‘all’, ‘ ” ?
Question #2: Generally i want to allow Trackbacks/Pingbacks, but i dont want to show them in my Recent Comments… how to realize that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘2 Questions about Recent Comments’ is closed to new replies.