Browsing by Category:

Development

How to Create a WordPress Widget: 4 Killer Tutorials You Should Read

There comes a time in every blogger’s life when they yearn to create their own WordPress widget.

They grow tired of the default selection of widgets that ship with WordPress, and try as they might, they just can’t find what they’re looking for in the WordPress Plugin Directory.

If this sounds like you, perhaps it’s time to step up your game and . . .

Getting started with widget development

At a minimum, you’ll need the following:

An understanding of the Widgets API
At least a passing familiarity with PHP scripting

How to create your very own WordPress widget

Read more »

Easily Edit Your WordPress Theme With Google Chrome Developer Tools

If you are a theme “tweaker” or even a full-blown “frameworker”, Google Chrome has an extremely powerful tool that can make your life a whole lot easier. Chrome Developer Tools allows you to inspect and edit (in real time) any web site. Any edits you make will not of course be effected in reality, but the Developer Tools emulates the change in your browser window so that you can inspect the impact of your actions.

Chrome Developer Tools

Read more »

Developing WordPress Plugins 101

Trying Something New
Writing your own WordPress plugins is a lot less complicated than you may think. If you have basic PHP skills then you are more than capable of writing your own plugin. To help explain the process over the next few days I am going to take a plugin I recently wrote for Solve360 (by Norada) and explain the basics of how it was built.

Solve360

getting_started

Read more »

Handy Tool for WordPress Plugin Developers: Readme File Generator

If you’re a plugin developer, you may want to check out the WordPress Plugin Readme File Generator.

This convenient tool lets you go through a checklist of fill-in-the-blank boxes to help you make up your readme files for your plugin.
Required Fields
The generator’s first section presents a list of required fields.

The required fields include the following:

Plugin Name
Contributors
Tags
Requires at least (lowest version the plugin will work on)
Tested up to (highest version plugin has been tested on)
Stable Tag  (the Subversion “tag” of the latest stable version)
Short Description (150 characters max – the generator conveniently keeps track of how many characters you’ve used)

 

Optional Fields

gears-small

Read more »

Apparently ‘Super Cache’ Is The Most Popular WordPress Caching Plugin

WordPress caching has been a bit of a hot topic round here this week. We originally received a question from one of our readers, asking which is the best caching plugin to use on a WordPress site. This kicked off a pretty solid discussion, which we then followed up with a second article on the best caching plugins, as voted by our readers.

Finally, I thought we should aggregate the results from both of those articles, and bring a little pie chart lovin’ to your Friday afternoon.

Choosing the right cache plugin for WordPress

Read more »

Display a Different Header Image on Each Page of Your WordPress Site

Thursday’s WordPress Q & A Session covers some pretty familiar territory: dynamic header images.

A reader of this blog named Allan has graced us with today’s question, in the hopes that some of you WordPress magicians might be able to help him out. He asks:

How do you display a different header image in WordPress, according to which page is currently being viewed?

Add changing dynamic header images to your WordPress site

Read more »

Monitor and Backup Your WordPress Sites with the Free WP Remote Service

WP Remote has undergone a total reboot and is now officially out of beta. If you haven’t used it before, this is a webapp for managing, organizing, searching and tracking the versions and updates of multiple WordPress sites.

This handy web-based service gives you a dashboard displaying all of your WordPress sites with key information related to version, plugins and themes, and keeps your bits and pieces all up to date. WP Remote even allows you to backup your sites remotely, and enables automatic daily backups just in case something goes wrong while you slumber.

Oh, and WP Remote is totally free.

wp-remote-feature

Read more »