• I use Blix Theme. But it can not display the Recent Comments as default in the index page. How can I display the Recent Comments sidebar in Blix theme?

    I go through the forum after forum, but I can not find any ideas. Can you tell me any ideas to let the Recent Comments sidebar displayed?

    3xs.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I use Nick’s plugin (http://mtdewvirus.com/code/wordpress-plugins/) for recent comments. It’s well documented and you only need one line in the sidebar code to display any number of recent comments. Here’s the code from my sidebar:
    <?php get_recent_comments(7,6,'<li>','</li>',true); ?>

    The “7” means to show the seven most recent comments, “6” means to show the first six words of those comments as a kind of excerpt, the line item tags (li and /li) mark the beginning and end of each of the comment lines, “true” means to display password protected comments as well.

    Thread Starter 43sign

    (@43sign)

    Thanks a lot.

    You can also use Blix it’s own function. Check your admin files, it’s located in there.

    Besides that you can use the customizable-post-listings by coffee2code. It’s has a lot of more functions besides latest comments.

    http://www.nieuwszicht.com for example. Where i use the categories in different sections and the lates comments in the sidebar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I display the Recent Comments sidebar in Blix theme?’ is closed to new replies.