Plugin Directory

Changeset 1369607


Ignore:
Timestamp:
03/12/2016 01:22:44 AM (10 years ago)
Author:
christophherr
Message:

Adds whitespace fixes

File:
1 edited

Legend:

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

    r1369605 r1369607  
    1414== Description ==
    1515
    16 The base for this plugin is code taken from [WooThemes Support] (https://support.woothemes.com/hc/en-us/articles/204428855-StudioPress-Genesis).
     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 [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.
     18You will need the [WooThemes Sensei](http://www.woothemes.com/products/sensei/) plugin and the [Genesis Framework from Studiopress](http://www.studiopress.com) 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 [Studiopress Snippets] (https://my.studiopress.com/snippets/admin-management/) 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 ==
Note: See TracChangeset for help on using the changeset viewer.