When installing the above plugin the reademe says we need to upload our OPML file to the rbr cache. What does the OPML please.? And where is it ?
When installing the above plugin the reademe says we need to upload our OPML file to the rbr cache. What does the OPML please.? And where is it ?
An OPML file is usally a file containing a list of feeds from an RSS reader.
If you are after a way of displaying just a few links from a large category, WP can already do that. From my sidebar:
<li>18/53 Random Reads
<ul>
<?php get_linksbyname('Reading', '<li>', '</li>', '', FALSE, 'rand', FALSE, FALSE, 18, FALSE); ?>
</ul></li>
That looks excellent poz. Thanks. Just installed its perfect.
This topic has been closed to new replies.