• Resolved Ricardo Corai

    (@ricardo-corai)


    Is there a way to merge 3 feeds?

    I have blog posts from 3 sources, also I have events from other 3 sources. I would like to use a shortcode for those 3 blogs and a different shortcode for 3 events sources. Is there a way to merge 3 feeds in a single shortcode?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, you can merge multiple feeds while displaying them using the appropriate shortcode parameter values.

    For example, to display posts from 3 feed sources, the following shortcode will help:

    [wp-rss-aggregator sources="155624,15623,15456"]

    The numbers are the feed source IDs which you can obtain from RSS Aggregator > Feed Sources.

    You can also display multiple feeds using their slugs like below:

    [wp-rss-aggregator feeds="feed-source-one, feed-source-two,feed-source-three"]

    Let me know if you need more clarification.

    Thread Starter Ricardo Corai

    (@ricardo-corai)

    Hi @hypersonic thanks for your help.

    Is it possible to show the feeds in 2 or 3 columns?

    With the core plugin, there is only one default template included, and that displays just one column. But with our premium templates add-on, you can display your feed in multiple columns.

    Our announcement post for Templates has live examples.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feeds merged?’ is closed to new replies.