I fixed this with a kludge and I don’t know if I used the right method but the website seems to work again so temporary victory until a new version comes out.
This is near line 310 on ssp-functions.php
if ( $include_podcast ) {
//Added this next line...
$podcast_post_types = array();
$podcast_post_types[] = 'podcast';
}
-
This reply was modified 9 years, 4 months ago by patrace.
-
This reply was modified 9 years, 4 months ago by patrace.
-
This reply was modified 9 years, 4 months ago by patrace.
Great! Looking forward to the stats update.
The thing I was trying to pull off was appending the title to each episode in the feed so that I could name my post “001 – Heels and Heroes” but it would show up in the feed as “Hello Alaska: 001 – Heels and Heroes”
Down near line 351 in feed-podcast.php
<item>
<title><?php $title.": ".esc_html( the_title_rss() ); ?></title>
That might be a nice checkbox option in a future version. Thanks again for the plugin, it’s great.