How to create a WordPress Widget – Part 2 of 3
Let’s recap. So far we have the following code: < ?php /* Plugin Name: A Simple Wordpress Widget Tutorial Plugin URI: http://www.richardshepherd.com Description: Simple Widget Tutorial from RichardShepherd.com Author: Richard Shepherd Version: v1.0 Author URI: http://www.richardshepherd.com */ function widget_widgetTutorial($args) { // First we grab the Wordpress theme args, which we // use to display [...]





