• Resolved leec87

    (@leec87)


    I understand that templates can be customised by creating a copy of them in the theme folder, but how can this be done to the output of the RSS feed that is found in the other folder?

    I want to change what output is given for the title of each item, and essentially create my own custom RSS feed without altering the default for upgrades (an override).

    Can anyone advise?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter leec87

    (@leec87)

    Bump. Can anyone help?

    I just wnat to change the RSS item title output to just display the Venue name (or whatever if possible).

    Can I create a function, hook or template file to modify this easily without it being overridden?

    Plugin Contributor Andras Guseo

    (@aguseo)

    Hey @leec87,

    Thanks for reaching out and sorry about the waiting time.

    The feeds are initialized in gigpress\gigpress.php line 640. I guess you could do a remove_action on that, and maybe add your own with the customized feed.

    The only other way would be modifying the core files, which yes, gets overwritten with a plugin update.

    Hope this helps.
    Andras

    Plugin Contributor Andras Guseo

    (@aguseo)

    Since there hasn’t been any movement here for long I’m going to close this as resolved. If you are in need of further support please open a new topic. Thanks!
    A.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I create a custom feed template?’ is closed to new replies.