datawench
Forum Replies Created
-
This turns out to have been my fault. I didn’t realize that the latest version required WP 5.7.
Forum: Plugins
In reply to: [Edit Flow] Post Slugs DissapearingThis is what I’m experiencing as well.
If I ‘save’ (not publish) a new post with any of the editflow-enabled custom statuses, any link to that post that makes use of get_permalink fails, supplying only the https://sitename prefix.
Presumably this is because the WP get_permalinks routine is mostly inside this big IF:
if ( '' != $permalink && !in_array($post->post_status, array('draft', 'pending', 'auto-draft')) ) {
… and the module somehow does not properly modify that condition with the available pre_post_link or post_link filters.
For now I’ll have to decide whether to hack the module or roll back to the previous version.
Many thanks ??
Forum: Plugins
In reply to: [WordPress CDN Rewrite] [Plugin: WordPress CDN Rewrite] No URLs get rewrittenSame here. It may be some ambiguity in the instructions, or something to do with how full paths are handled, but I’m seeing no effect at all.
Having exactly the same problem. As the main admin I no longer see any avatar upload field on any other user’s profile page.
I see an option to “use the Default Image for everything instead of looking for featured/content images” but not an option to not use the default image at all. I am getting both the thumbnail and the default image and I see no option to use only the thumbnail if both exist. Am I missing something?