Make My Blog Honest
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
Installation
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Open up
/wp-content/plugins/step1.phpand read through the comments - Use the navigation bar at the bottom of your screen to advance to Step 2
- Open up
/wp-content/plugins/step2.phpand read through the comments - Repeat steps 4 and 5 until you’re done!
Screenshots
Reviews
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



