Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42271
    Anonymous
    Inactive

    Armindo’s recent question didn’t quite address this, so I’m starting a new topic. I’m struggling with producing a category-filtered RSS feed. Seems like it should be easy; I may be overlooking something that’s painfully obvious. Apologies in advance if that’s the case.

    I’ve tried arguments (e.g., category=1) with both the short code and the template tag, and by appending arguments to the URL in standard WordPress fashion, but haven’t had success on any front. I’ve also been looking at eme_events.php with no luck (I still have a lot to learn though).

    #45549
    Franky
    Keymaster

    It’s not possible yet, but easy to add. I added in trunk the following parameters to the shortcode “events_rss_link” (with their default value):

    ‘scope’ => ‘future’,

    ‘order’ => ‘ASC’,

    ‘category’ => ”,

    ‘author’ => ”,

    ‘limit’ => 5

    This (the limit parameter) removes the option I added before (eme_rss_number_events_shown) in the settings page.

    #45550
    Anonymous
    Inactive

    Franky, you’re terrific.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top