How to Create Your Own Custom UBB Plugin Field (Book Setting)

How to Create Your Own Custom UBB Plugin Field (Book Setting)

This is a PHP coding tutorial. I’ve done my best to make the guide as easy to follow as possible, but I still recommend that you be fairly comfortable with code (or at least FTP) before attempting this. The Ultimate Book Blogger plugin already has […]

Create an Image Select Control for the WordPress Customizer

I recently found myself in need of an image select field in the Customizer. The Customizer already has some great options built in like radio boxes, select boxes, and so on. But I wanted images to give users a more visual representation of their choices. […]

Tutorial: Using the Customizer to Add Settings to Your WordPress Theme

Since I’m working on migrating all my theme settings to the Customizer I thought I’d start a tutorial series on how to create your own settings. In this tutorial I’m going to be building custom settings into a Twenty Twelve child theme, but of course […]

Code Your Own E-Course Platform on WordPress

Code Your Own E-Course Platform on WordPress

This is an advanced coding tutorial. Prior PHP and general plugin creation knowledge is required. When it came time to release my Master Customizer e-course I coded my very own e-course plugin. Why? Three main reasons: I wasn’t interested in paying huge fees for a […]

How to Code Your Own WordPress Widget

How to Code Your Own WordPress Widget

There are three parts to creating your own WordPress widget: Creating the form in the admin area, where you enter the widget title and any other settings. Coding the part that saves that form data. Displaying the actual widget on the front-end of your site. […]

Code Your Own Simple Voting Plugin in WordPress

Code Your Own Simple Voting Plugin in WordPress

This is an advanced coding tutorial and not for the faint of heart! A few months ago I hosted a vote for the best-dressed Tweak Me theme. I needed to allow awesome readers like you to browse through the entries and super easily vote for […]

Recent Posts

    Random Posts