WordPress Custom Sortable Columns in Post/Page/CPT Listings
WordPress Custom Sortable Columns in Post/Page/CPT Listings Read More »
Some servers are not configured to allow all of the functionality for Gutenberg, the new WordPress editor. When saving, the PUT operation might be disallowed, giving you an error like: “405 method not allowed”. If you have access to your web.config file you can fix this problem with a minor change. Change: To: Or, just
405 method not allowed – IIS and Gutenberg Read More »
Are you stuck in a frustrating login loop with WordPress Multisite? If you’re seeing the error message: “Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress,” don’t worry—you’re not alone. This issue often arises due to domain mapping in Multisite installations. Here are some effective solutions to get
Troubleshooting WordPress: Cookies Blocked or Not Supported – Updated for 2025 Read More »
I have decided to test out another WordPress IDE – Visual Studio Code *(or should I do PHP Tools for Visual Studio first?) Step 1: Install the Visual Studio Code IDE from: https://code.visualstudio.com/ References: Autocomplete and snippetrs: https://marketplace.visualstudio.com/items?itemName=tungvn.wordpress-snippet Review with recommended plugins, etc: https://tommcfarlin.com/vs-code-wordpress/ https://code.visualstudio.com/docs/languages/php
WordPress IDE – Visual Studio Code Read More »
Recently I had to move a large number of users from one blog to another on a Multisite install. These users had been mistakenly added to the wrong blog and most of them also had been assigned the wrong role. There were plugin options to do this one by one, but not to bulk migrate users.
Bulk Migrate Users to New Blog on WordPress Multisite Read More »