Hi,
I had wrote how to use wp_widget_recent_comments()
my content:
for example,if you wang to show recent 10 comments,you should do it like this:
1:
wp_widget_recent_comments(array(’number’ => 10));
Or you can directly write your code like this:
2:
<?php
$hi_Iam_comments=array();
wp_widget_recene_comments($hi_iam_comments);
?>
So,it is very simple,right?Maybe you want to know if I do it like “2″,so where can I set how many posts in my sidebar?OK,it is set by your option in admin area.
Best,
https://needgoogle.cn