LogoLogo
HomepageDocumentationGet FeedOtter
  • Welcome to FeedOtter
  • Automated Newsletters
    • Getting Started
      • Marketo Sending
      • Pardot Sending
      • Eloqua Sending
      • SFMC Sending
      • HubSpot Sending
      • MailChimp Sending
      • Active Campaign Sending
    • Scheduling Your Send
      • Require New Content to Send
      • Intervals
    • Features
      • Last Send Date
      • Send Now
      • Sending History
      • UTM Parameters
      • Custom Subject Lines
      • Notifications
      • Multiple Feeds
        • Merging Feeds
        • Pulling in External JSON/XML Data
  • Curated Newsletters
    • Getting Started
      • Newsletter Defaults
      • Adding Content Sources
      • Create your first curated issue
      • Test, Review, and Publish your curated email newsletter
    • Publishing
      • Publishing to Marketo
        • Create a New Email Program and Email
        • Create a New Email in Marketo
        • Schedule an Email Program Send From the FeedOtter Interface
      • Publishing to Pardot
      • Publishing to Eloqua
        • Create a New Email and Schedule a Send
        • Create a New Email
        • Update an Existing Email
        • Issue Naming
      • Publishing to HubSpot
      • Publishing to MailChimp
      • Publishing to HTML
    • Tags
    • Bookmarking Content
    • Content Sources
      • Google Sheets
      • YouTube
      • Algolia
      • WordPress API
      • UberFlip
      • JSON / XML API
        • Custom Data Fields
    • Troubleshooting
      • Marketo Duplicate Object Naming
      • Marketo Emoji Support
      • MailChimp From Address
      • Pardot emails are missing a required Unsubscribe or Preference Center tag
  • Integrations
    • Getting Started
    • Marketo
      • How to Set Up Your Marketo Integration
      • FAQ
        • Email Reporting
        • Sending in Recipient Time Zone
        • Marketo Data Access
        • Custom Marketo Program Naming
        • Branded Domain and IP Settings
      • Troubleshooting
        • How do I reset my Marketo Automated Campaign
        • Marketo Error: Program with the same name exists
        • Marketo error: Daily quota '50000'
        • Marketo Error: Invalid request. Please check and try again.
        • Curated Issue Fails to Publish
          • FeedOtter Can Not Approve Marketo Template
          • Marketo rejects Duplicate Name
      • Exporting a FeedOtter email into Marketo
    • Pardot / Account Engagement
      • How to Set Up Your Pardot Integration
      • FAQ
        • Salesforce IP Whitelisting
        • Where Can I Find My Pardot Business Unit ID?
        • Pardot Data Access
        • Advanced Settings
          • Set Up a User for Integration
      • Troubleshooting
    • Eloqua
      • How to Set Up Your Eloqua Integration
      • FAQ
        • Custom Email and Campaign Naming
        • Custom Field Setup
        • Updating Eloqua Canvas Email
        • Eloqua Data Access
        • VMTA and BBE
    • Salesforce Marketing Cloud
      • How to Set Up Your SFMC Integration
      • FAQ
        • SFMC Tracking Code
        • SFMC Resources and Links
      • Troubleshooting
    • HubSpot
      • How to Set Up Your HubSpot Integration
      • FAQ
      • Manually publish an email to HubSpot
    • MailChimp
      • How to Set Up Your MailChimp Integration
    • ActiveCampaign
      • How to Set Up Your ActiveCampaign Integration
    • Microsoft Dynamics Marketing
      • How to Set Up Your MS Dynamics Integration
  • Email Templates
    • Getting Started
      • Custom Template
        • HTML Email Guidelines
          • In-Depth HTML Email Guidelines
        • Custom Template Resources
          • ESP Template Use
            • Export a Marketo Template for Use in FeedOtter
            • Export a Pardot Template for Use in FeedOtter
            • Export a HubSpot Template for Use in FeedOtter
            • Export an ActiveCampaign Template for Use in FeedOtter
        • Where to Access Template Code
        • Getting Started with FeedOtter Templates
          • Creating a Basic Email Template
          • Advanced Email Templates
            • Slicing loops
            • Multiple Feed Emails
            • Email With Columns
            • Conditionals
            • Filters
              • Image Resize Filter
              • Date Formatting Filter
              • Text Manipulation Filters
              • Other Handy Filters
            • Non-RSS XML values
            • Custom fields
            • Display a Full Article in Your Email
          • Curated Email Setup Best Practices
            • Curated Newsletter Sections
      • Element Customization
        • About Email Images
    • FeedOtter Tokens
    • ESP-Specific Tokens
      • Marketo Tokens
        • Using Marketo Tokens in the From and Reply-To
      • Pardot Tokens
        • Pardot Merge Token Reference
      • Eloqua Tokens
      • SFMC Tokens
      • HubSpot Tokens
      • MailChimp Tokens
      • ActiveCampaign Tokens
  • Account Management
    • Account Information
    • Company Details
    • Manage Users
      • Adding Users
      • User Roles
      • Campaign Permissions
      • Transfer Ownership
      • Disabling Users
    • Security
      • Enable SSO in Your Account
        • Enable SSO With Okta as the Identity Provider
        • Enable SSO with a Generic Identity Provider
        • Enable SSO with Azure AD as the Identity Provider
        • Enable SSO with OneLogin as the Identity Provider
      • Account Level 2FA
    • Billing
      • Update Your Payment Card
      • View Account Usage
      • View Receipts
      • Change Your Subscription Plan
  • FAQ
    • How to manually publish a curated newsletter
    • WordPress RSS Feed Reference
    • How to find your RSS feed
    • Help with HTML encoding
    • My automated email did not send as expected
    • How do I hard refresh my browser?
    • How to Remove "This Post First Appeared" from Your Blog's RSS Feed in WordPress
    • Whitelisting FeedOtter
    • Whitelist FeedOtter on CloudFlare
    • How do I contact support?
    • Red Dot: Campaign Status
      • Confirm your RSS Feed is valid
      • Confirm your integration is still connected
Powered by GitBook
On this page
  • Categories
  • Tags
  • Mixing Tags and Categories
  • Custom Post Types
  • Another approach to finding your WordPress RSS feed
  1. FAQ

WordPress RSS Feed Reference

WordPress makes an RSS feed for just about anything on your website. WordPress RSS feeds allow you to streamline the creation and automation of content email campaigns. Here, we’ll show you how to find many different WordPress RSS feeds for your website.

Categories

One Category Feed

Here’s what the WordPress RSS feed URL will typically look like for finding content in one specific category.

http://www.example.com/category/categoryname/feed

For example, if you were looking for FeedOtter’s blog content in the category best practices, the RSS feed would look like this.

https://www.feedotter.com/blog/category/best-practices/feed

One or Multiple Category RSS Feeds

You can also combine multiple categories and see content from more than one category.

http://www.example.com/category/cat1,cat2/feed

OR

http://www.example.com/?cat=42,43&feed=rss2

For example, if you were wanting FeedOtter’s blog content for the categories best practices and how to, it would look like this.

https://www.feedotter.com/blog/category/best-practices,how-to/feed

Posts Associated with All RSS Feed Categories

If you were wanting only the content that falls in all the categories listed, your WordPress RSS feed will look like this.

http://www.example.com/category/cat1/category/cat2/feed

So, if you were only wanting the content that fell under best practices and how to, this is the RSS feed URL.

https://www.feedotter.com/blog/category/best-practices/category/how-to/feed

Tags

Not only can you find specific category RSS feeds, you can also find your WordPress RSS feed for specific tags on your content.

One Tag Feed

Here’s what the feed URL will look like for one specific tag.

http://www.example.com/tag/tagname/feed

For example, looking for our content tagged Pardot?

https://www.feedotter.com/blog/tag/pardot/feed/

One or Multiple Tag Feeds

If you’re looking for content from one of multiple tags, use this URL.

http://www.example.com/?tag=tag1,tag2&feed=rss2

So, if you were looking for content with a pardot or automation, try this.

https://www.feedotter.com/blog/?tag=pardot,automation&feed=rss2

Posts Associated with All Tags Feed

Or, if you were wanting content with both tags:

http://www.example.com/tag/tag1/tag/tag2/feed

For example:

https://www.feedotter.com/blog/tag/pardot/tag/automation/feed

Mixing Tags and Categories

Combining Category and Tag for your RSS feed

You can also find content by the RSS feed that falls into a specific category and has specific tags like so:

http://www.example.com/category/categoryname/tag/tagname/feed

For example, if you’re wanting FeedOtter’s b2b resources category with the tag Pardot you would use:

https://www.feedotter.com/blog/category/b2b-resources/tag/pardot/feed

Custom Post Types

If you have custom post types that you are wanting to single out in your RSS feed, you can use these url formats.

http://www.example.com/feed/?post_type=<your custom post type name>

Here’s a great example:

https://www.feedotter.com/feed/?post_type=blog-post

Another approach to finding your WordPress RSS feed

If the above steps don't help there is another approach yoou can try to find your rss feed urls.

To find all category feeds on your site, you can follow these steps:

  1. Access the Categories List:

    • Navigate to your WordPress dashboard.

    • Go to Posts > Categories.

    • Here, you'll see a list of all categories on your site.

  2. Obtain the Category URLs:

    • Hover over a category name and click on the View link.

    • This will take you to the category's archive page.

    • Copy the URL from your browser's address bar.

  3. Construct the RSS Feed URL:

    • Append /feed/ to the end of the category's URL.

    • For example, if the category URL is https://company.com/category/technology/, the RSS feed URL will be https://company.com/category/technology/feed/.

By repeating these steps for each category, you can compile a list of all category-specific RSS feed URLs on your site.

Additionally, WordPress allows for more advanced RSS feed configurations, such as combining multiple categories or tags into a single feed. For instance, to create an RSS feed that includes posts from multiple categories, you can use a URL structure like https://company.com/?cat=1,2&feed=rss2, where 1 and 2 are the IDs of the categories you're interested in. Similarly, for tags, you can use https://company.com/?tag=tag1,tag2&feed=rss2.

These methods provide flexibility in how you aggregate and distribute content from your WordPress site via RSS feeds.

Last updated 4 months ago