How to create a custom block for Gutenberg Hot Module Replacement for Gutenberg Blocks Gutenberg blocks visual constructor Using React For WordPress Gutenberg Development Working with Editor Styles in Gutenberg […]...
Sometimes it is convenient to import terms or posts into a WordPress database. When you do, you may need to create a ‘slug’ column. To do this, I’ve modified a user […]...
OK So, most theme developers are aware of what the loop is… it displays your WordPress posts. The one interesting thing about the loop is that it bounces in and […]...
If you host lots of different sites for people, one of the things you might want to know is what versions of WordPress each site is running. WordPress stores the […]...
It’s rare that I open the source code for a random plugin and see every recommended security measure taken. When looking at Chris Boyd‘s plugin GeoLocation Plugin, I kept digging […]...
When manipulating WordPress databases for exports and merges, sometimes it is helpful to get a list of all of the parents for the categories your posts are in. For the […]...
While I was rolling around near comatose yesterday WordPress 2.8 beta 1 hit the streets. We plan to do a thorough review of this project on Thursday at the Ohio […]...
For various reasons, sometimes the number of comments shown under the title of the post may not match the number of actual comments displayed under the post. Here is a […]...