• Resolved akdwivedi

    (@akdwivedi)


    Hi,

    I am planning to disable the default feed on my website and replace it with custom feeds, using the following conditions:
    1. One feed will filter on two categories (e.g. 101,102) and pull data for last 30 days;
    2. Second feed will filter exclude three categories (101,102,103) and pull data for last 7 days.

    I checked this response (https://wordpress.org/support/topic/rss-feed-of-popular-posts-in-category/) but it only talks about one feed. I am not sure how to create multiple feeds using WPP.

    Thanks!
    Abhi

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @akdwivedi,

    Unfortunately for this you’d need some custom coding work done.

    The WPP Feed plugin -as you already noticed- only generates one popular posts feed. You’ll need to have a look at its code (or find someone to do it for you) to learn how the plugin generates the feed and then either modify it so the plugin can display multiple feeds or borrow part of the code to generate the second feed you need.

    Thread Starter akdwivedi

    (@akdwivedi)

    Thanks Hector! I will check it out further.
    You have a great plugin here, which I just installed on the live website too. Hope it can provide good insights 🙂

    -Abhi

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Create multiple RSS feeds using WPP’ is closed to new replies.