WordPress in its wisdom used a somewhat self-documenting API that allows one to create standalone OPML files by category. Thus if you only want to subscribe to just the feeds categorized as IndieWeb related in my OPML file, you can append the category id to the end of the URL to filter the others out.
The main OPML file: http://boffosocko.com/wp-links-opml.php
The IndieWeb only file: http://boffosocko.com/wp-links-opml.php?link_cat=1521
So in general, for WordPress sites one can append ?link_cat=[category id]
(with or with out the brackets) to the main URL for the OPML file typically found at http://www.example.com/wp-links-opml.php
.
I was going to post about this later this week after running across it this weekend, but by odd serendipity, while I was subscribing to Henrik Carlsson’s site I noticed that he posted a note about this very same thing recently! Thanks for the unintended nudge Henrik!
For quick reference, below are links to the specific OPML files for the following categories within my larger OPML file for those who’d like to subscribe to subsections:
OPML files for categories within WordPress’s Links Manager by Chris Aldrich (Chris Aldrich | BoffoSocko)
I love discovering simple tricks that WordPress allows you to do simply with the URL. For example, adding ?=random to the end of a WP blog will produce a random post.
Chris Aldrich’s provides another:
When we talk about coding it small tricks like this which excite me because it feels as if they touch on the way that the web works, as much as the outcome at hand.
I love discovering simple tricks that WordPress allows you to do simply with the URL. For example, adding ?=random to the end of a WP blog will produce a random post.
Chris Aldrich’s provides another:
When we talk about coding it small tricks like this which excite me because it feels as if they touch on the way that the web works, as much as the outcome at hand.