Thalskarth
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [GR Progress Widget] Change http to httpsYou are awesome, thank you
Forum: Plugins
In reply to: [GR Progress Widget] Change http to httpsI came here for the same reason, but i couldn’t fix it my self like cptmashek.
Would be great to see it
Forum: Plugins
In reply to: [GR Progress Widget] Link to GR profile or book pageYou are awesome, thanks!
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Show podcasts episodes in the main site feedHi, for the record i solved this by adding this code to the functions.php in my theme:
function myfeed_request($qv) { if (isset($qv['feed']) && !isset($qv['post_type'])) $qv['post_type'] = array('post', 'podcast'); //$qv['post_type'] = get_post_types(); return $qv; } add_filter('request', 'myfeed_request');Forum: Plugins
In reply to: [Seriously Simple Podcasting] Show podcasts episodes in the main site feedHi, is there any way to do it?
Forum: Reviews
In reply to: [Media Cleaner: Clean your WordPress!] Great plugin to delete bad media filesYes, mostly images and some audio files. Due to some server migrations, I ended up with many duplicated files and your plugin help me a lot to solve it
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast Feed Only Showing 6 ItemsSolved. Didn’t know why, but after reloading apache it shows it fine.
Viewing 7 replies - 1 through 7 (of 7 total)