Categories
Wordpress Tutorials

How to create wordpress plugins: tutorials

WP Plugin Creation – Create a Custom WordPress Plugin From Scratch. Create feedback form plugins. Create plugins that access databases and wordpress admin section.

I have found the following WordPress tutorials very useful for the beginners to write a plugin in WordPress. Here few plugins tutorial has been listed below. You will be able to build simple contact forms in WordPress after reading one, another tutorial will guide you to change the administration section and login page logo etc. Just go through them and enjoy…


Create a custom plugin to get data from OSCommerce, Click here

Description : This tutorial states how to create a plugin that fetch products of a oscommerce website and shows its products in side bar.

  • This plugin also takes OSC database details in the WordPress admin section by a plugin settings form.
  • This plugin creates a MENU in the admin section under tools.

http://code.tutsplus.com/tutorials/create-a-custom-wordpress-plugin-from-scratch–net-2668


 A tutorial to write Easy Administration WordPress Plugins : Visit Link

This is a sitepoint tutorial (Published states-

  • How to change the wordpress login screen logo.
  • Remove the WordPress Icon From the Administration Panel Header.
  • Change the WordPress Administration Panel Footer Text.

http://www.sitepoint.com/wordpress-easy-administration-plugin-1/


A simple tutorial to “Build Your Own WordPress Contact Form Plugin in 5 Minutes” Visit Link

A simple tutorial to build a contact form using shortcodes in WordPress by Agbonghama Collins. This is a very simple tutorial to implement. Published on July 23, 2014.

http://www.sitepoint.com/build-your-own-wordpress-contact-form-plugin-in-5-minutes/


 

WordPress Codex Tutorial to Write a Plugin

http://codex.wordpress.org/Writing_a_Plugin


 

Another tutorial on WordPress Plugin creation suggested by Codex WordPress

http://ditio.net/2007/08/09/how-to-create-wordpress-plugin-from-a-scratch/