Knowing how to best structure your plugin is very, very important to the success and quality of your plugin. You should spend several minutes laying out the structure of your plugin before you ever begin writing it. This part of the Writing Your First WordPress Plugin series will walk you through the process of laying [...]
View PostHow to Begin Writing Your First WordPress plugin
The world of plugins can seem a scary place to venture if you’ve never been there before. I remember when I first started, it was because I wrote a tutorial over at Pro Blog Design about how to create a custom Font Uploader for your WordPress theme, and readers asked that I make it into [...]
View Post plugin, pluginsCustomize Plugin Action Links
Plugin Action links are the links, such as Deactivate, that are displayed on the plugin entry in the WordPress plugins page. These links are extremely useful for helping your users find their way around the admin section of your plugin, as well as for providing helpful links such as Contact or Support.
View Post links, pluginCreate Database Tables When Plugin is Activated
Using custom database tables for your WordPress plugins is one of the way that you can greatly improve the kind of plugins you are able to create. DB tables give you a way to manage, organize, and save data for your plugin, and creating them for your plugin is very simple.
View Post database, plugin, toolsSugar FAQs – WordPress FAQs Management

Sugar FAQs is a complete Frequently Asked Question Management plugin for WordPress. It provides an FAQ custom post type that can be used to effortlessly add FAQ sections to your website.
View Post custom post type, faqs, plugin, premium