We modify the WordPress Gutenberg editor so that we can use free-form text blocks as before and combine them with the power of blocks. In this way, we get the new power of Gutenberg blocks without losing our previous ability to smoothly write text without the cumbersome blocks interface.
Migrating Your WordPress Website to Amazon EC2 (AWS)
I describe how I migrated my WordPress sites onto an Amazon EC2 instance. I discuss the problems that arose during migration and how I fixed them.
How to Set-Up SFTP on Amazon EC2 (AWS)
This article describes how I set up a separate SFTP account on my Amazon EC2 server. We also describe how to use those SSH keys with WordPress.
How to Create a WordPress Website on Amazon EC2 (AWS)
After a long-hiatus, I once again caught the web-bug and decided to get back to experimenting with my websites. My first project was to migrate my sites from Media Temple over to Amazon AWS. The key reasons for this – Much much better price point. I would be paying about a third or less of […]
How to Add the Media Manager Menu to the Theme Preview Interface
WordPress 3.4 added a great theme preview interface that allows us to easily customize theme options (colors, images, menus, and more), as well as quickly view those updates on a theme preview frame. WordPress 3.5 added a new media manager interface that is fast, easy to use, and awesome to look at. In this article, […]
WordPress Theme Customizer Javascript Interface
Here, we focus on understanding the javascript nuts and bolts of the WordPress theme customizer interface. This will allow us to – Extract and change theme customizer settings. Extract and change theme customizer controls. Call theme customizer functions, such as refreshes and more. wp.customize Understanding the WP theme customizer interface centers around understanding the wp.customize […]
How to Flush Permalink Rules with flush_rules()
How to properly flush permalink rules on a WordPress multi-site setup.
Modify Custom Taxonomy Columns
How to expand our taxonomy screens by adding new columns.
Add Custom Taxonomy Tags to Your WordPress Permalinks
How to include taxonomy tags into our custom post type permalinks.
Custom Post Type Permalinks – Part 2
How to fully customize and create our own permalinks for custom post type objects.