Filtered RSS feeds 📡

You can now create filtered RSS feeds for a custom feed with only specific posts in it.

Filter by tag

Add ?tag=photography to your feed URL to only get posts tagged with a specific tag, e.g:

https://yourblog.pagecord.com/feed.xml?tag=photography

If you want posts from multiple tags, separate them with commas:

https://yourblog.pagecord.com/feed.xml?tag=photography,travel

This will include posts that have either tag.

Exclude by tag

You can also exclude posts with a specific tag using ?without_tag=:

https://yourblog.pagecord.com/feed.xml?without_tag=personal

This is useful if you want to share a feed that skips certain categories – like personal notes or drafts you've tagged for your own use.

Multiple tags work too, separated by commas:

https://yourblog.pagecord.com/feed.xml?without_tag=personal,draft

This will exclude posts that have either tag.You can combine it with tag for fine-grained control:

https://yourblog.pagecord.com/feed.xml?tag=photography&without_tag=personal

Filter by title

You can add ?title=true to only get posts that have titles, or ?title=false for posts without:

https://yourblog.pagecord.com/feed.xml?title=false

This is handy if you use Pagecord as a social feed and want to share a feed of just your untitled braindumps.

Filter by language

If you write in multiple languages, you can filter your feed by language using ?lang= with a language code:

https://yourblog.pagecord.com/feed.xml?lang=es

Supported languages: en (English), es (Español), fr (Français), de (Deutsch), pt (Português).

Posts without an explicit language set inherit your blog's default language, so if your blog is set to English, ?lang=en will include those posts too.

Mix and match

You can combine both filters to get really specific:

https://yourblog.pagecord.com/feed.xml?tag=photography&title=false

These filters work on the browser view too, not just RSS. In the browser, when a filter is active, you'll see a notice at the top of the page with a link to the filtered RSS feed.