wp_list_bookmarks, possible to display blogroll feed summary?
-
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?
- The topic ‘wp_list_bookmarks, possible to display blogroll feed summary?’ is closed to new replies.