Tag Archives: Wordpress Plugin Howto

WordPress Plugin Howto Pt 3

Make WordPress Plugins 3In the previous 2 WordPress Plugin Tutorials I showed you how to create a great WordPress Plugin template you could use to make your own. Here they are if you missed them : WordPress Plugin Howto and WordPress Plugin Howto Pt 2.

The only two capabilities I left out in those tutorials is how to add shortcode capabilities and an uninstall script. In this tutorial I’ll cover that code.

Continue reading WordPress Plugin Howto Pt 3

WordPress Plugin Howto Pt 2

Wordpress Plugin Howto 2Here I continue to layout a template you can use to create a WordPress Plugin. If you missed part one of this series check out WordPress Plugin Howto first.

In this WordPress Plugin video tutorial, I’ll teach you how to create links to your settings page in the left sidebar of WordPress’s admin system. I’ll show you how to create top and submenu links.

Then I’ll introduce the how to:

Continue reading WordPress Plugin Howto Pt 2

WordPress Plugin Howto

Wordpress Plugin HowtoIn this WordPress Plugin Howto Video, I’ll show you how to make a WordPress Widget/Plugin. All of the code follows the video and it is heavily commented.

If you want the zipped archive for this plugin it is available here WordPress Plugin zipped archive.

After I finished my WordPress Theme Tutorial, this was the most requested follow up. So, I hope you like it.

Continue reading WordPress Plugin Howto