jdbausch
Forum Replies Created
-
ddarby14 I changed to your function, and it appears to work – thank you!
Forum: Fixing WordPress
In reply to: Broken after upgrade add_rewrite_tag / taxonomyddarby14 – this appears to work for me. thank you!
commenting out this line of the code fixed this for me.
but I’m unsure what this actually does…
# register_taxonomy(‘podcast_format’, ‘custom_field’);
Having the plugin disabled is enough, but enabling it after upgrade will break your site.
see here:
https://docs.podcastingplugin.com/faq/
I hope they can fix this. this plugin is critical for us…
anyone know of a replacement that works in 3.0?
that is what I did, and it is the TSG Podcasting plugin
all the rest of mine (that I use at least) were fine.
Thank you for all the help!
This appears to have worked. Thank you!
One question tho
I disabled my plugins using the FTP method:
Create an empty plugins folder
* Via FTP or your host’s control panel, navigate to the wp-contents folder (directory)
* Via FTP or your host’s control panel, rename the folder “plugins” to “plugins.hold”
* Via FTP or your host’s control panel, create new folder called “plugins”
* Login to your WordPress administration menus
* Via FTP or your host’s control panel, delete the empty “plugins” you previous created
* Via FTP or your host’s control panel, renameAnd by re-enabling the plugins, I can confirm that it was a plugin that was causing my issue (because I get the failure again)
I’m going to move the plugins back one at a time to determine the problematic ones. or might there be a better way?
I’ll give it a shot. thanks.