Jake Spurlock
Forum Replies Created
-
Forum: Plugins
In reply to: [Native Lands Search] There was a problem searching for that location.I figured out the issue, I had an API key, but I needed to specifically enable that API.
Forum: Fixing WordPress
In reply to: Why class-wp-query.php was changed in WordPress 5.4.1?Hey there @mypacecreator. That query type was tricky to negotiate down to a single post template, since hypothetically, multiple posts could have been published on the same date/hour/minute/second. A post name/slug should be used in the URL to ensure that you land on a single post.
Forum: Plugins
In reply to: [Podtrac & Seriously Simple Podcasting] Will this plugin still work?Yeah, still works.
Forum: Plugins
In reply to: [Simple Facebook Instant Articles] how to generate feed using this pluginOnce the plugin is activated, it is at domain.com/feed/fb.
For more questions, please create a new issue on Github
Forum: Plugins
In reply to: [Simple Facebook Instant Articles] Where is the feed located?Once the plugin is activated, it is at domain.com/feed/fb.
For more questions, please create a new issue on Github
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast not working on OSX?Do you have a link to the post that I could see?
Forum: Plugins
In reply to: [Seriously Simple Podcasting] cant find episode numberIt is likely 1214.
Forum: Plugins
In reply to: [Podtrac & Seriously Simple Podcasting] Error on podcast page@darryl505, have you update to the new version of SSP that came out a few weeks ago? If you look here, the options were added to the feed settings, keeping the main feed redirect page the same.
https://github.com/hlashbrooke/Seriously-Simple-Podcasting/pull/56
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Download StatsHey Darryl, this will work for multiple feeds. ?? And sorry about the errors that showed up. If you update the plugin, they will be gone now.
Forum: Plugins
In reply to: [Podtrac & Seriously Simple Podcasting] Error on podcast pageI’ll update the plugin.
Forum: Plugins
In reply to: [Podtrac & Seriously Simple Podcasting] Series PodcastingHi Darryl, just need to update the filter to allow three params. I’ll update the plugin, or in the mean time you can change line 56 to this:
add_filter( 'ssp_episode_download_link', 'podtrac_download_url_filter', '10', 3 );
Forum: Plugins
In reply to: [Podtrac & Seriously Simple Podcasting] Error on podcast pageSorry, need to update the filter to take three parameters.
add_filter( 'ssp_episode_download_link', 'podtrac_download_url_filter', '10', 3 );
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Error parsing feedLooks like it is working to me… Did you make some changes?
Forum: Reviews
In reply to: [WordPress REST API (Version 2)] Boss.Austin knows what’s up.
Forum: Plugins
In reply to: Custom Posttype Parents with/without hierarchical permalinkEver figure this out? Having the same problem…