This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Make My Blog Honest

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

Screenshots

  • Create options pages
  • Internationalize your plugin
  • Use Ajax on viewer facing pages
  • Use Ajax on admin facing pages

Installation

  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!

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Make My Blog Honest” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Make My Blog Honest” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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