Make My Blog Honest

Plugin Banner

Make My Blog Honest

by dan.imbrogno

Download
Description

Learn how to build better WordPress plugins with this handy tutorial. You’ll learn how to use classes, internationalize your plugin, use ajax from the front and back end and create your own database tables

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Open up /wp-content/plugins/step1.php and read through the comments
  4. Use the navigation bar at the bottom of your screen to advance to Step 2
  5. Open up /wp-content/plugins/step2.php and read through the comments
  6. Repeat steps 4 and 5 until you’re done!
  1. Create options pages

    Create options pages

  2. Internationalize your plugin

    Internationalize your plugin

  3. Use Ajax on viewer facing pages

    Use Ajax on viewer facing pages

  4. Use Ajax on admin facing pages

    Use Ajax on admin facing pages

1.4

  • Changed usage of wp_print_scripts to wp_enqueue_styles to conform to new standards introduced in WordPress 3.3

1.3.3

  • Improved installation functions, stopped using activation / deactivation hooks
  • Fixed $wpdb->prepare placeholders for adding a deal

1.3.2

  • Moved load_plugin_textdomain into init action
  • Moved adding default options into an init action

1.3.1

  • Made internationalization work for the tutorial guide

1.3

  • Moved plugin files into root of plugin directory

1.2

  • Initial release
Back to top