Hi,
You can specify the source parameter in the shortcode to show any specific feed source in your tabs. Please check this page in our documentation to know more.
Regards
Thread Starter
MikeJA
(@mikeja)
Thanks for the response Chirag. Do you know how I would specify the feeds? I have four feeds that I want to feature on my page. Do I use the feed ID listed under feed sources in the WP RSS Aggregator settings?
My feed ids are 313, 267, 256 and 242. So would I use this shortcode?
[wp-rss-aggregator source=’313,267,256,242′]
Thanks!
Mike
Thread Starter
MikeJA
(@mikeja)
I entered that into a text plugin and it still won’t set tabs…
http://deluxecorpjobs.com/available-positions/
Hi Mike,
You will have to add different source parameter for each tab as explained below –
Tab1 – [wp-rss-aggregator source=’313′]
Tab2 – [wp-rss-aggregator source=’267′]
And similarly for the other two tabs. This will enable you to display the items imported by each feed source in separate tabs.
Thread Starter
MikeJA
(@mikeja)
Perfect, that worked. Thanks so much for your help!