=== Plugin Name === Contributors: nathanrice, studiopress Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5553118 Tags: hooks, genesis, genesiswp, studiopress Requires at least: 3.3 Tested up to: 3.3.1 Stable tag: 1.8.0.2 This plugin creates a new Genesis settings page that allows you to insert code (HTML, Shortcodes, and PHP), and attach it to any of the 50+ action hooks throughout the Genesis Theme Framework, from StudioPress. == Description == This plugin creates a new Genesis settings page that allows you to insert code (HTML, Shortcodes, and PHP), and attach it to any of the 50+ action hooks throughout the Genesis Theme Framework, from StudioPress. Instead of the sometimes tedious and unfamiliar process of creating functions in your theme files, this plugin gives you an attractive, easy to use interface for modifying your Genesis theme via the hook system. The plugin accepts HTML, Shortcodes, and PHP and gives you access to all 50+ hooks built into the Genesis theme, and a few built-in WordPress hooks as well. == Installation == 1. Upload the entire `genesis-simple-hooks` folder to the `/wp-content/plugins/` directory 1. DO NOT change the name of the `genesis-simple-hooks` folder 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Find a hook that you'd like to use (they're grouped together logically) 1. Insert the code you'd like to execute on that hook 1. Choose whether or not to execute Shortcodes and PHP on that hook 1. Save the changes == Frequently Asked Questions == = What are Shortcodes? = Check out the [Shortcodes API](http://codex.wordpress.org/Shortcode_API) for an explanation. = My PHP isn't working = Make sure the checkbox that says "Execute PHP on this hook" is checked. If so, be sure to wrap any PHP code in `` tags. That's how the system recognizes code that needs to be executed as PHP. = The plugin won't activate = You must have Genesis or a Genesis child theme installed and activated on your site. == Code Snippets == The most common request from Genesis users is how to properly modify their footer, post-info, and post-meta text. Here are some code snippets that might prove helpful in doing this: **Modifying the post-info** `
` **Modifying the post-meta** ` ` **Modifying the Footer** `Copyright © · Genesis Theme Framework by StudioPress · WordPress ·