We’re using multisite and pages/posts will not paste from word using the paste from word tool. I’ve tried everything imaginable, disabled theme (no plugins or network plugins enabled) We’ve...
How do you publish posts when the post edit form is submitted with the enter/return key on the keyboard? By default WordPress saves the post in draft status. To...
How can I restrict editing of a page from backend only to a specific user? I tried a few plugins but I thought doing it without plugins would be...
I have many categories in my WordPress website. Each time I am adding new post it is very hard to find specific category that I need this time. It...
I want to make post titles mandatory in the post editor without Javascript or PHP validation, I’d like something really simple like adding the HTML “required” attribute to the...
I hate the built-in WYSWIG editor for WordPress. (EDIT: Editors of the sites I support hate it, which in turn makes more work for me. Hence, I hate it.)...
On editing the attachments of a post whith at least one attachment previously uploaded, how do I remove the From computer tab and redirect to the Gallery tab? This...
I have a plugin that will allow administrators to perform certain actions when adding or editing a post. I use a stylesheet and a javascript for this plugin that...
I’ve created a custom post type for “testimonials” as well as rearranged the edit post display with custom columns for that post type… Everything works as expected EXCEPT for...
I’m using the transition_post_status hook to perform some operations after publishing a post. In some conditions I would like to show an error message in a red box under...