I understand.
I actually added comments, but it still didn’t pull the comment feed url. It did show the number of comments in the slash:comments line item though. So I assume it was acknowledging there was a comment.
Here is the code that we changed.
<wfw:commentRss><?php echo esc_url( get_post_comments_feed_link(null,
‘rss2’) ); ?></wfw:commentRss>
Hi James,
The url is:
http://focalpointministries.org/feed/podcast/
After posting this I was able to hard code a comment url that validated the feed. Prior to that the Word Press function was not grabbing the a comment feed.
Not the best solution, but it got it working again. I fear it will break at the next WP update.