Anyone knows how to add tags and recent comments in sidebar.
That's the code for recent posts, what should i chnage or add to the below code :
Thanks in advance guys.
That's the code for recent posts, what should i chnage or add to the below code :
Code:
<li id="recent-posts" class="widget">
<h4><?php _e("Recent Posts", 'studiopress'); ?></h4>
<ul>
<?php wp_get_archives('type=postbypost&limit=5'); ?>
</ul>
</li>