dshanske / syndication-links

Add and Display Syndication Links in WordPress
https://wordpress.org/plugins/syndication-links/
GNU General Public License v2.0
30 stars 13 forks source link

Syndication removed from RSS feeds? #53

Closed chrisaldrich closed 7 years ago

chrisaldrich commented 7 years ago

I could have sworn at one point your removed syndication links from displaying in RSS feeds.

Did they sneak back in?

syndication in rss

snarfed commented 7 years ago

looks like yes. they're hard coded to be included, as text, without a UI option to remove them. definitely not desirable. @dshanske mind either removing them from feeds, or apply the same rendering option (icons, text, both, hidden) that's currently chosen for HTML?

https://github.com/dshanske/syndication-links/blob/7e2b6fc8d2789774818c54c10631efd97b2fb590/includes/class-syn-config.php#L304-L309

thanks in advance!

snarfed commented 7 years ago

related: https://github.com/dshanske/syndication-links/issues/32#issuecomment-275871556

dshanske commented 7 years ago

I will see about adjusting the code again.

dshanske commented 7 years ago

There is now a setting for disabling them in feeds.

snarfed commented 7 years ago

woo thank you!

they actually never show up in the feed on my site now, regardless of whether that checkbox is checked or not. just fyi.