How to Uninstall a WordPress Plugin (the Proper Way)
A majority of plugins leave behind tables and rows in your database after you delete them. Check out how to uninstall a WordPress plugin the proper way.
20 WordPress Core Functions That Don’t Scale and How to Work Around Them
WordPress is currently used by over 30% of all websites and 59% of all content management systems. One of the major concerns that people have when it comes to WordPress is the speed! With the release…
How to Allow Editors to Access Gravity Forms in WordPress (Or Assign Any Capability to Any User Role…
From Wordpress plugins & themes to integration with third-party APIs & web services, I have the cross-disciplinary expertise to match beauty with brains.
The Newbie Developer’s Guide to WordPress’ PHP Coding Standards
Part of WordPress’ success stems from how easy it is for new developers to contribute to the platform. However, on this type of collaborative project it’s particularly important for coding styles to r…
Are you creating a WordPress theme that you'd like to appeal to the widest possible audience? Learn how to add internationalization to your WordPress theme!
WordPress allows you to translate your sites, themes, plugins, and everything into any language whatsoever. It’s part of what makes it such a global and accessible CMS. To be able to translate WordPre…
The featured snippet here will help you change any piece of text in The Events Calendar and its add-ons. With a little bit of modification, it would even allow you to change the wording of any piece o…
Creating A WordPress Settings Page Using the WordPress REST API
One of the many great uses for the WordPress REST API is improving your plugin or theme settings screens. Once you add custom REST API endpoints, getting saved settings via AJAX and saving it via AJAX…
Dynamic Page Templates in WordPress - Envato Tuts+ Code Tutorials
In this three part tutorial series you'll learn how to extend the default behavior of WordPress page templates, and make them more flexible by adding custom fields to the page editor to directly...
How to Programmatically Change Yoast SEO Open Graph Meta
Yoast SEO is a great plugin for optimizing your site for SEO. It is important that your articles are providing the right information to social media when being shared. Facebook uses Open Graph meta ta…
I found a WordPress hook called "edit_form_after_title" to add a text box after the title. How can I use this hook to display the excerpt after the title while creating a new post?
How to Bulk Replace the 4.8 WordPress Text Widget with the Classic Text Widget
If you updated to 4.8 WordPress you'll notice a lot of nice improvements, but there is one thing that was done that I felt was like an artist over-working her painting: changing the Text widget to use…
Google Docs to WordPress – 4 Tricks You Need to Know
Copying from Google Docs to WordPress results in all sorts of formatting issues. Check out these 4 tricks to retain formatting and speed up your workflow.
Everything You Need to Know About Using Cloudflare’s Free Service For Speed Increases
If you are not using Cloudflare's free service then you are missing out one of the easiest ways to speed up and protect your website. Cloudflare offers a Global CDN network of over 115 data centers wo…
WordPress Maintenance Mode – Troubleshooting and Customizing
WordPress maintenance mode displays a brief message to your visitors when you run updates. Check out how to fix a stuck maintenance mode and customize it.
Performance is key for high-traffic WordPress sites, and there are two main ingredients for great WordPress performance – caching and profiling. In this short tutorial we’ll focus on profiling, how it…
None of the WordPress migration or backup and restore plugins can handle huge sites reliably – you’ll run into timeout issues etc. Here’s how to migrate your huge sites reliably. The guide below presu…
Widgets are blocks of content that can be added to front-end pages such as sidebars. Follow this tutorial on how to create a WordPress widget from scratch.