Plugin Directory

Changeset 866365


Ignore:
Timestamp:
02/27/2014 07:53:09 PM (12 years ago)
Author:
chrsinteractive
Message:

Updates to readme.txt file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-theme-options/tags/1.0/readme.txt

    r866351 r866365  
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    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.
     10With Simple Theme Options plugin your can easily manage your custom theme options such as social media links and Google Analytics code.
    1111
    1212== Description ==
    1313
    14 The plugin adds an am din interface where you can manage custom theme options.
     14The plugin adds an admin interface where you can manage custom theme options.
    1515
    1616- Add analytics code
    1717- Add any misc code to header.php and footer.php
    1818- Add social media links (Facebook, Twitter, etc.)
    19  
    20 Instructions:
    21 1. Install and activate plugin
    22 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 files
    24 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']
    2519
    2620Support
    27 Please submit your support requests through the WordPress forums for [Simple Theme Options](http://wordpress.org/plugins/simple-theme-options/).
     21Please submit your support requests through the WordPress forums for [Simple Theme Options](http://wordpress.org/support/plugin/simple-theme-options).
    2822
    2923== Installation ==
    3024
    31 1. Upload the folder 'chrs-simple-options' to the '/wp-content/plugins/' directory
     251. Upload the folder 'simple-theme-options' to the '/wp-content/plugins/' directory
    32262. Activate the plugin through the 'Plugins' menu in WordPress
    33273. Within your dashboard navigation click on 'Theme Options'
Note: See TracChangeset for help on using the changeset viewer.