I open a page and make an edit and the update button becomes grayed out. I have to copy all page content, refresh the page and paste it back...
I’m trying to make a Custom Gutenberg Block, but I’m having trouble with loading javascript that goes with this block. On the front-end it works fine, but in the...
On post edit pages, when a slug exceeds a certain number of characters, WordPress abridges it with an ellipsis (...). For example, if my slug is i-want-to-be-able-to-see-this-slug, it appears...
The following code adds a text input for a subtitle to the space directly below the title input, via the edit_form_after_title hook. However, when editing the title, pressing tab...
I am displaying a div in the Edit Post screen using add_meta_box(). This function provides very limited positioning options via “priority” and “context” params and these are not sufficient...
Question what hook can be used to add a custom button to the ‘Publish’ metabox on the ‘Edit Post’ admin page? Use case I have a hand-rolled custom post...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 9...
How can I force the user to first choose a category before continuing to the editor when creating a new post? I want to set some default content, but...
I am unable to set the year below 1899 for a post. If i set year below 1899 it is set to the current year automatically. I have purchased...
I’m not a big fan of the inline linking tool published with WP 4.5. Is there a way to disable it? 2 So, I may or may not go...