Hello Cliff,
You can get this to work with a little logic.
if( get_post_type() == 'sermons' && is_feed() ) {
}
I hope this helps.
Hello Cliff,
You can get this to work with a little logic.
if( get_post_type() == 'sermons' && is_feed() ) {
}
I hope this helps.