Getting to Know the WordPress Settings API
The Settings API is essential when building themes and plugins.
Since many of our readers are doing just that, I thought I’d share with you the best resources on this excellent API.
Delve into WordPress development, a key theme for coders and tech enthusiasts. It covers advanced topics like theme and plugin development, custom coding, API integration, and performance optimization. This theme is tailored for developers seeking to build, customize, and enhance WordPress sites with technical expertise and innovative solutions.
The Settings API is essential when building themes and plugins.
Since many of our readers are doing just that, I thought I’d share with you the best resources on this excellent API.

Many WordPress developers are trying out their luck with selling themes on places like Themeforest or on their own site. Although it certainly seems like a crowded space, there is a lot of growth potential, in my opinion. Just take a look at one of our recent posts, where we

Many plugin and theme developers fail to properly prepare their plugins and themes for localization.
I suspect that rather than an unwillingness on their part to do this important task, it’s instead a case of getting confused about what’s needed.
So let me give you some examples to show how
Here’s a quick code snippet by Bill Erickson that lets you move and rename the featured image metabox for your custom post type.
In an earlier post about image sizes in WordPress, we had shown you a way to choose which image sizes are available for choosing when you’re inserting an image in a post or page.
Today, we are posting a more complete solution where you can actually tell WordPress which image
Sublime Text 2 has become my favourite editor for many reasons. In this post I list some of my favourite packages and resources for learning more about Sublime Text 2 usage.
These days I am experimenting more and more with building extendible WordPress plugins.
Today I’ll share with you a quick tip on how to override a function that is attached to a filter hook.
Check out a very nice way to backup and share your development environment by combining the power of MAMP and Dropbox.
In the WordPress dashboard, posts are displayed in the ‘latest first’ order. This also applies to pages and custom post types. However it is also easy to change this order if you wish to do so. It might be more practical for example, to have them display according to their
Here’s a code snippet that allows your plugin to create a new folder in the /uploads directory on activation. Could be useful if your plugin needs to allow imports or uploads and you want them stored in a separate directory.
Throughout WordPress the class WP_List_Table is used to display data, e.g. users, plugins, comments, or posts. The class contains almost all necessary methods for displaying, sorting, paginating, and searching data and and what is more obvious than to use it for your own plugins?
For its cron functionality, WordPress has three defined intervals, but you can also add your own. Here’s how to do it.
Stay on top of every new WordPress innovation and latest launches. Receive all our fresh product reviews and expert guides directly in your inbox.