• Resolved Friar

    (@friar)


    Is it possible to generate an RSS feed that points to the Simple Links list? We have a Must Read From Our Partners section on the site, where we drop in links throughout the day. Some users have requested an RSS feed so they can be notified when we place a new one.

    https://wordpress.org/plugins/simple-links/

Viewing 1 replies (of 1 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Hello,

    Because of the nature of the links themselves the rss does not work out of the box.

    However with some create filtering you can probably achieve this by making the links publicly_queryable by tapping into the “simple-links-register-post-type” filter.
    Then filter the permalinks by tapping into the ‘pre_post_link’ filter and pointing it to the links ‘web_address’ post meta.

    Hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘RSS Feed’ is closed to new replies.