lensco
Forum Replies Created
-
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Update posts when feed updates old podcastsI was just coming here to ask about updating already imported episodes, so count me in for (optional) automatic updates! I occasionally update show notes with new links or information, or fix typos, and it’s a bit of a hassle to do it twice.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Custom taxonomy?You can change the PHP file, but just make sure not to update the plugin as it would override everything you did.
Yup, I added a copy of the file in my git repo, so I can easily reapply my changes in case they’re overwritten.
Forum: Plugins
In reply to: [Podcast Importer SecondLine] Custom taxonomy?By the way, I modified
class-secondline-podcast-import.php(I know, not that smart) in just a few places to hardcode in my custom taxonomy, and it seems to work just fine. I know it’s always more work than that, but it shouldn’t be that much to implement this feature, no? 😉Forum: Plugins
In reply to: [Podcast Importer SecondLine] Custom taxonomy?Ok, I’ll just hack my way around the categories then to treat them like shows. Thanks for the reply.
Okay, I’ve worked around the lack of a default like this in the template:
<img src="<?php if (block_value('picture')) { block_field('picture'); } else { echo get_theme_file_uri() . "/img/avatar.jpg"; } ?>">Forum: Plugins
In reply to: [Podcasting Plugin by TSG] Podcast feed empty (no items) since server moveYep, players are showing up, no dead links as far as I can tell. And I did submit a support ticket already. 🙂
Forum: Fixing WordPress
In reply to: Single category feed empty, other category feeds are fineGuess I should mark this topic as resolved and start a new one in the relevant plugin support forum.
Forum: Fixing WordPress
In reply to: Single category feed empty, other category feeds are fineAh, found out I had the slug wrong, the feed http://beyondjazz.net/podcasts/feed is working fine. But still, the podcast feed is empty: http://beyondjazz.net/feed/podcast. I’m using the Podcasting Plugin by TSG.