• Hi!
    First of all – thanks for a great plugin. It works smooth and just doing his job right.

    Now the question:

    Will it be possible to separate feeds from each other? For example, if we need twitter feed and instagram feed on 2 different pages without mixing them together:

    Page 1
    [tagregator source=”twitter” hashtag=”#WordPress”]

    Page 2
    [tagregator source=”instagram” hashtag=”#WordPress”]

    Thanks in advance for your reply.

    https://ww.wp.xz.cn/plugins/tagregator/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ian Dunn

    (@iandunn)

    There isn’t an option for that, but you may be able to do it with a little PHP code. You could use the tggr-media_sources filter to turn the other sources off based on the current page. That might wipe out the settings for them, but it might work.

    A better approach would probably be to modify which post types are used in TGGRShortcodeTagregator::get_media_items(), so I’ve committed a new filter to trunk: tggr-get_media_items_params. You can use that to remove the unwanted post types based on the current page.

    You’ll need to install the trunk version on your site, or wait for the next release, though.

Viewing 1 replies (of 1 total)

The topic ‘Separate 2 Feeds by Source’ is closed to new replies.