This plugin allows you to integrate your f6s data inside WordPress posts and pages.
Please direct any questions or bug reports to support@f6s.com
Data Items Available through the f6s WP Plugin:
Valid Properties for Deals
Valid Properties for Mentors
Valid Properties for Teams
Resizing thumbnails:
You can resize thumbnails according to your specifications using html / css attributes. The plugin served them in a single size.
Including data from f6s:
The data can be displayed in WordPress posts and pages by using shortcodes. You will be making use of the following:
[deal] (self-closing) – single deal object. Has the following attributes:
[deal-list] (enclosing) – loop through a list of deals, one by one. Has the following attributes:
[mentor] (self-closing OR enclosing) – single deal object. Has the following attributes:
[mentors-list] (enclosing) – loop through a list of deals, one by one. Has the following attributes:
[team] (self-closing OR enclosing) – single team object. Has the following attributes:
[team-list] (enclosing) – loop through a list of teams, one by one. Has the following attributes:
[f6s-data] (enclosing) – put your html inside this shortcode to protect it from alterations when switching between HTML and Visual mode
[list-index] (enclosing) – to be used inside a list structure. Conditions the content in between.
Has the following properties:
first (no value) – the enclosing content will only be displayed once, at the beginning of the list;
notfirst (no value) – opposite of first, the enclosing content will not be displayed at the beginning of the list;
last (no value) – the enclosing content will only be displayed once, at the end of the list;
notlast (no value) – opposite of last;
odd (no value) – the enclosing content will only be displayed for an odd index when looping through list items
even (no value) – the enclosing content will only be displayed for an even index when looping through list items
multiple (numeric value) – the enclosing content will only be displayed if index is a
multiple of the given value, when looping through list items
notmultiple (numeric value) – opposite of multiple. Creative use of embedded multiple and notmultiple tags can solve most formatting problems.
Important! It is strongly recommended that you always add these shortcodes in HTML edit mode and not Visual mode.