How to Allow Users To Submit To Your WordPress Site – A Quotes Plugin Development
In this tutorial, you’ll learn how to create a plugin that allows users to submit form data. You’ll also learn about security by using…
In this tutorial, you’ll learn how to create a plugin that allows users to submit form data. You’ll also learn about security by using…
WordPress plugins are PHP scripts that alter your website. The changes could be anything from the simplest tweak in the header to a more drastic makeover (such as changing how log-ins work, triggering emails to be sent…
We all love the WordPress plugin repository. It’s our playground, where we find new toys and shiny things that make our websites sparkle. With more than 15,000 plugins it’s a massive repository of code that is growing all of the time. But have you ever sat down and thought about all of the different plugins in there? Probably not, why would you?
Once you’ve created and tested your first widget, you’re probably in a good position to upload it to the WordPress directory. It’s a great way to get some exposure and recognition for your good work as well as contribute to the community of developers that makes WordPress as powerful as it is…
After creating my first widget, making lots of mistakes and doing a lot of hunting for information, I decided it would be very helpful to walk you through creating a widget with several options in an easy-to-read manner. I spent a lot of time…
When you install a new plugin, what do you base the decision to do that on? I’d love to know! So I’ve created a survey, I’ll of course share the results here on the blog…
After a discussion on the WordPress Answers Stack Exchange yesterday, I thought it would be a good idea to explain the different ways you can develop plugins for WordPress. Since the official plugin repository uses Subversion for version control, that’s the obvious first choice when you’re just starting your development stack. So here is, step-by-step, a tutorial on how to get started using Subversion to track changes in and eventually publish your WordPress plugin…
Amazon.com has officially begun their presale of Professional WordPress Plugin Development by Brad Williams, Ozh Richard, and Justin Tadlock. You’d be hard-pressed to find a better collaboration between plugin development experts in the WordPress community. Topics range from the foundations of plugin development, some simple items such as creating widgets and shortcodes to much more …
Want to learn how to extend WordPress? Consider this a crash course resource for building your own plugin. WordPress plugin development requires a little bit of personal initiative. Get ready to jump in and teach yourself. But where should you start? We’ve prepared a list of the most essential resources for those who are new …