
Shortcodes used by ClearCode in their WordPress sites.
There are so many different shortcodes in this plugin that it’s impractical to list out all of the seperate use-cases that are available
The following shortcode declaration is an annotated guide describing how to read this documentation
Shortcode: [SHORTCODE_NAME] This is the base shortcode that is being described
Parameters — A list of the different parameters (eg: [SHORTCODE_NAME PARAMETER1="VALUE" BOOLEAN1="Y"])
* PARAMETER1: The VALUE to assign to this parameter
* Default: The default value that is assigned to this parameter, for example: “This is a test”
* BOOLEAN1: Set to “Y” if something is true, otherwise leave blank
Aliases — If this shortcode can also be called as [ALIAS1] or [ALIAS2] it will be noted here
* ALIAS1
* ALIAS2
Description of the shortcode and a general description of what it does. If it has to be nested within another shortcode, that too will be documented in this area, like this. Required Parent: [SHORTCODE_PARENT_NAME]
Shortcode: [splits]
Parameters
* None
container for a row of splits
Shortcode: [one_half]
Parameters
Creates an element that is one-half of it’s container’s width. Required Parent: [splits]
Shortcode: [one_third]
Parameters
Creates an element that is one third of it’s container’s width. Required Parent: [splits]
Shortcode: [two_thirds]
Parameters
Creates an element that is two thirds of it’s container’s width. Required Parent: [splits]
Shortcode: [one_fourth]
Parameters
Creates an element that is one fourth of it’s container’s width. Required Parent: [splits]
Shortcode: [two_fourths]
Parameters
Creates an element that is two fourths of it’s container’s width. Required Parent: [splits]
Shortcode: [three_fourths]
Parameters
Creates an element that is three fourths of it’s container’s width. Required Parent: [splits]
Shortcode: [one_fifth]
Parameters
Creates an element that is one fifth of it’s container’s width. Required Parent: [splits]
Shortcode: [two_fifths]
Parameters
Creates an element that is two fifths of it’s container’s width. Required Parent: [splits]
Shortcode: [three_fifths]
Parameters
Creates an element that is three fifths of it’s container’s width. Required Parent: [splits]
Shortcode: [four_fifths]
Parameters
Creates an element that is four fifths of it’s container’s width. Required Parent: [splits]
Shortcode: [clear]
Parameters
Creates an element that does clear:both
Shortcode: [more]
Parameters
Aliases
* Spoiler
* Spoil
Creates a link that shows a hidden area of content when clicked
Shortcode: [tabs]
Parameters
Creates a tabbed area.
Shortcode: tab
Parameters
Creates a tab Required Parent: [tabs]
Shortcode: [slider]
Parameters
Creates a slider container
Shortcode: [slide]
Parameters
Makes a slide. Required Parent: [slider]
Shortcode: [hover]
Parameters
Creates an area that toggles between two different content ares on hover
Shortcode: [on]
Parameters
designates the content displayed when there is no hover. Required Parent: [hover]
Shortcode: [off]
Parameters
designates the content displayed when there is hover. Required Parent: [hover]
Shortcode: [background]
Parameters
creates a div with a background you set
Shortcode: [flashcard]
Parameters
click to rotate from [front] to [back]
Shortcode: [front]
Parameters
Front side of the FlashCard Required Parent: [flashcard]
Shortcode: [back]
Parameters
Back side of the FlashCard Required Parent: [flashcard]
Shortcode: [linkmap]
Parameters
Image map replacement using divs.
Use one image for the background, then alter that image for all of the hover changes.
Create a [maplink] for each clickable area in the image.
A clickable area in a linkmap Required Parent: [linkmap]
Shortcode: [link]
Parameters
Get a link
Shortcode: [title]
Parameters
Get the title for a page/post/etc… in your WordPress install
Shortcode: [buttons]
Parameters
Designate a area that holds buttons
Shortcode: [button]
Parameters
Create a div that’s a button so jQuery can be used on it
Splits
[splits]
[one_fourth first="Y"] Hello [/one_fourth]
[one_fourth] World! [/one_fourth]
[one_fourth last="Y"] I am Mike [/one_fourth]
[/splits]
Tabs
[tabs]
[tab title="Tab 1"]
Content
[/tab]
[tab title="Tab 2"]
Content 2
[/tab]
[/tabs]
Link & Title
This will contain a link to the page whose id is 5 and it’s title: [link id=”5″][title id=”5″][/link]
[email_form] needs to be tied into WordPress’ email system and should actually send out an email[person] needs formattingDownload & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.