Plugin Directory

Changeset 1369602


Ignore:
Timestamp:
03/12/2016 12:55:47 AM (10 years ago)
Author:
christophherr
Message:

Update readme.txt formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • genesis-connect-for-woothemes-sensei/trunk/readme.txt

    r1369560 r1369602  
    1414== Description ==
    1515
    16 The base for this plugin is code taken from <a href="https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis>Woothemes support</a>.
     16The base for this plugin is code taken from [WooThemes Support] (https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis).
    1717
    18 You will need the <a href="http://www.woothemes.com/products/sensei/">Woothemes Sensei</a> plugin and the <a href="http://www.studiopress.com>Genesis Framework</a> from Studiopress and/or one of its child themes.
     18You will need the [WooThemes Sensei] (http://www.woothemes.com/products/sensei/) plugin and the [Genesis Framework] (http://www.studiopress.com) from Studiopress and/or one of its child themes.
    1919
    2020In other words, if you are not trying to integrate the Woothemes Sensei plugin with the Genesis Framework and/or one of its child themes, this plugin is pretty much useless for you...
     
    2626To change this new feature, you have to use a remove_action on the code the plugin is adding.
    2727Add <code>remove_action( 'genesis_meta', 'gcfws_force_content_sidebar_layout' );</code> to your functions.php.
    28 If you want to use a different layout, the <href="https://my.studiopress.com/snippets/admin-management/">Studiopress Snippets</a> should help to get you started. 
     28If you want to use a different layout, the [Studiopress Snippets] (https://my.studiopress.com/snippets/admin-management/) should help to get you started. 
    2929
    3030== Installation ==
     
    7676
    7777* Corrected oversight in the original code. First closing tag should be `</main>` instead of `</div>`
    78 see: <a href="http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210">Cobalt Apps forum</a>
     78see: [Cobalt Apps Forum] (http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210)
    7979
    8080= 1.0.2 =
Note: See TracChangeset for help on using the changeset viewer.