Category: WordPress
-
Post 2 Posts current UI in the block editor
The Post 2 Posts admin UI is workable in the block editor despite development being stopped years ago. Block editor components provide a clear road ahead for UI improvements.
-
Forking Posts 2 Posts
I am working towards adding block editor and REST API support to this unmaintained but still useful plugin.
-
Shorter WordPress admin URLs that are part of WordPress core
Three shorter WordPress admin URLs get you to key admin screens faster without taking your hands off the keyboard.
-
Bulk editing HTML with WordPress and QueryPath
QueryPath’s jQuery-like API provides powerful tools for targeting and updating HTML elements. WordPress’ content filter modifies post/page content as it’s generated without altering what’s in the database. Combine them and you have a super flexible workflow for bulk editing HTML.
-
Disable plugins using WP Migrate DB
Set up rules to automatically disable plugins using WP Migrate DB’s find and replace feature.
-
Redirecting a successful registration with Ninja Forms Front End Editor custom registration form
I’ve been digging into Ninja Forms and their Front End Editor add-on recently. Their default user registration form comes with a great set of options, including redirecting successful registrations to the referring page, but he same options are not available if you opt to use one of your own forms. Redirecting successful registrations to the […]