Tagged Questions
0
votes
1answer
66 views
Add audio attachment link to RSS
This is how I'm adding a featured image to my RSS:
function featuredtoRSS($content) {
global $post;
if ( has_post_thumbnail( $post->ID ) ){
$content = '' . get_the_post_thumbnail( $post->ID, ...