Hello,
I have a unique/custom WordPress install that has several non-WordPress tables in the database. I would like to publish some of this information directly into my rss feed without it appearing as posts on the website - a bonus for feed subscribers
i therefore need to customize how the rss feed is generated, insert some custom code to create items. override the permalink/urls/title urls published to the feed (because they will just fail/404).
I have been able to create RSS feeds outside of WordPress in a completely separate feed at a different url, but ideally would like to combine these into one complete feed with <item></item>
appearing chronologically and only when triggered by a query to a date in a database table. so items appear in the correct order and only once (i.e. they sit within the loop of posts).
does anyone have any experience of this or any pointers or code examples?
thanks