lexhair
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tags in new EditorDropping ‘most used tags’ is a bad idea. I’ve been porting a lot of custom entry on the post editor page as several of the hooks I used to use are no longer firing in Gutenberg. Starting to play around in Gutenberg (begrudgingly), the second thing I noted was “most used tags” disappeared in favor of an autocomplete. Ugh.
The first thing I noticed is that my CPTs don’t use Gutenberg by default which I didn’t expect.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error on updateSame here.
Thanks for the response. Unfortunately (or fortunately) not all tweets are post driven.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksI keep forgetting about mod plugins. No worries. Simple enough to pull the object when I need it. Thanks again!!!
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksDidn’t think so but couldn’t be sure because I rarely use the ‘save_post’ hook’ so I had to look that one up..
Not to be a twister but I believe the ‘save_post’ hook does pass the
$post
object as well as the post ID.Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksWould you confirm if your new hook fires when a future post is published either manually or automatically?
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksWorks as advertised!! Thanks again.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksI’ll give it a test this week but it should do the trick. Thanks!
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksI’m not seeing it at wp.org yet but thanks for passing the entire object. Saves a query.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksMuch obliged.
Forum: Plugins
In reply to: [YOURLS Link Creator] YOURLS hooksI’m sure there was a good reason ??
If “after the save routine” means after you’ve updated the post metadata with the YOURLS link, then yes it would solve the issue as long as you pass the
$post
object as an argument in the hook.Forum: Plugins
In reply to: register_http_request_failed … SSL connection timeoutJetpack was really bogging down performance on the main admin backend page. Deactivated it and the back end is usable again.
Forum: Plugins
In reply to: [Plugin: Event Calendar 3] Is this plugin still in development?I’m finding that version 3.2 beta 2 breaks the WordPress 2.9 comments feed. Why it doesn’t break the other ones, I don’t know but I’ll start digging.
Forum: Fixing WordPress
In reply to: Comments Feed Returning a 404And the winner is…plugin conflict.
Culprit EventCalendar3 ver 3.2 beta 2.
Forum: Fixing WordPress
In reply to: Comments Feed Returning a 404I should also add that on the installations that don’t work, WordPress is a CMS with a static home page. I don’t think it affects comments but I thought I’d mention it. I also reverted to the default theme and did the customary plugin deactivation.
I’ve made my .htaccess writable and reset permalinks without success. WordPress is installed in the root directory. This is a real headscratcher.