Changeset 866365
- Timestamp:
- 02/27/2014 07:53:09 PM (12 years ago)
- File:
-
- 1 edited
-
simple-theme-options/tags/1.0/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-theme-options/tags/1.0/readme.txt
r866351 r866365 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 With Simple Theme Options plugin your can easily manage your custom theme options like social media links. You also have the option to add misc code to the header.php and footer.php files, including your analytics code.10 With Simple Theme Options plugin your can easily manage your custom theme options such as social media links and Google Analytics code. 11 11 12 12 == Description == 13 13 14 The plugin adds an a m din interface where you can manage custom theme options.14 The plugin adds an admin interface where you can manage custom theme options. 15 15 16 16 - Add analytics code 17 17 - Add any misc code to header.php and footer.php 18 18 - Add social media links (Facebook, Twitter, etc.) 19 20 Instructions:21 1. Install and activate plugin22 2. Within your dashboard navigation click on "Theme Options"23 3. You can add your analytics code and/or any other code to the appropriate fields, and it will automatically be added to your header.php and footer.php files24 4. For social media links, add the appropriate url in each one of the fields, then add the following code to you theme files, where ever you want to call the values of the field: $themeOptions = get_option( 'chrs_theme_options' ); echo $themeOptions['fburl']25 19 26 20 Support 27 Please submit your support requests through the WordPress forums for [Simple Theme Options](http://wordpress.org/ plugins/simple-theme-options/).21 Please submit your support requests through the WordPress forums for [Simple Theme Options](http://wordpress.org/support/plugin/simple-theme-options). 28 22 29 23 == Installation == 30 24 31 1. Upload the folder ' chrs-simple-options' to the '/wp-content/plugins/' directory25 1. Upload the folder 'simple-theme-options' to the '/wp-content/plugins/' directory 32 26 2. Activate the plugin through the 'Plugins' menu in WordPress 33 27 3. Within your dashboard navigation click on 'Theme Options'
Note: See TracChangeset
for help on using the changeset viewer.