• Hey there folks, I’ve started experimenting with the wp_list_bookmarks call and have it working good by including the following code in my page template:

    <?php wp_list_bookmarks('orderby=rand&order=ASC&limit=50&show_description=TRUE&between=<br><blockquote>'); ?>

    This lists all the Categories and Links in my blogroll. If I have entered an image in my link details, it even displays that, however, what I am trying to accomplish is to display my links RSS contents.

    In my blogroll link details, I have entered the RSS feed url, but does anyone know if there is a wp_list_bookmarks parameter that will pull in a summary of my link’s feed address?

    Can anyone offer some advice on this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Adam W. Warner

    (@awarner20)

    Anyone have any thoughts on this?

    Oh,I have the trouble too.But I think it could not solve with WordPress itself.

    I’ve check the bookmarks template file,it doesn’t support this feature.

    You can look the category-template.php file in wp-includes folder ,then you will see some codes about Category RSSFeed.But there is nothing about this in the bookmarks template file.

    I put the code below in my archives template page,there display a RSS link after the category name,but it I can’t do it like this in the blogroll page or the bookmarks.

    The codes is:
    <?php wp_list_cats(‘sort_column=name&optiondates=0&optioncount=1&feed=(RSS)&feed_image=’.get_bloginfo(‘template_url’).’/images/postfeed.gif’); ?>

    I’m waiting for it too.

    I don’t know why the WordPress has a RSS input area in the Links manage panel but it can’t be used!

    Just a big waste.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_list_bookmarks, possible to display blogroll feed summary?’ is closed to new replies.