Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IDX Feeds to WordPress Feeds #49

Closed
bhubbard opened this issue Mar 7, 2016 · 0 comments
Closed

Add IDX Feeds to WordPress Feeds #49

bhubbard opened this issue Mar 7, 2016 · 0 comments

Comments

@bhubbard
Copy link
Contributor

bhubbard commented Mar 7, 2016

IDX Broker offers RSS feeds, but they never get referenced, and are very hard to find. These should be outputted with the rest of the feeds WordPress provides.

function idxbroker_add_idx_feeds() {
echo '<link rel="alternate" type="application/rss+xml" title="Properties" href="http://syndication.idxbroker.com/rss/ {{unique-feed-num}} .xml" />';
}
add_filter('feed_link','idxbroker_add_idx_feeds');

I would use HTTPS in the example, but IDX doesn't have the cert setup for syndication.idxbroker.com.

csjoblom pushed a commit that referenced this issue Mar 10, 2016
…66 to release/2.0.2

* commit '75477d5cea6b955e72a846928acb3740c15aa277':
  Updated PHP version check to work when PHP info is disabled for security.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant