bloginfo | Returns the results of any single "get_bloginfo()" argument. (Example: [bloginfo stylesheet_url] will return the URL to the style.css of your current theme.) ===Additional Help=== A list of parameters that can be passed is available at This WP Codex Page |
date | Shows the output of the PHP date() function, using the standard argument format. (Example: [date m D y]) ===Additional Help=== A list of parameters that can be passed is available at This PHP Reference Page |
describe_shortcodes | Displays this list (this list is only shortcodes included in the framework, not ones created by plugins). (NOTE: Use [describe_shortcodes help] to include any "help" details available) |
info_slide | Generates the InfoSlide item - Use "title" to pass the slide title,"url" for the image URL, and place the slide content between the open and close tags of the shortcode. (Optional: Use "version" to switch between "js", "css", "css_1", and "css_2". The default is "css") ===Additional Help=== Example: [info_slide title="Title goes here" url="http://url.to/your/image.png" lazyload="false"]Your Content Goes Here.[/info_slide] Lazy Load is default true if not included. Additional options - height, width, margin, float, class, imgclass, version NOTE: The more attributes you add, the less responsive the result will be. NOTE2: To use a shortcode like "[siteurl]" in the image URL, use "{" and "}" instead of "[" and "]". |
loginurl | Returns the direct URL to the site login form. [Use redirect="{url}" to redirect to {url} after login] |
pagination | Returns the pagination bar. |
postdate | Shows the posted date of the current post, using the same argument format as the PHP date() function. (Example: [postdate d M y]) ===Additional Help=== A list of parameters that can be passed is available at This PHP Reference Page |
registerurl | Returns the direct URL to the site registration form. [Use redirect="{url}" to redirect to {url} after register] |
siteurl | Returns the direct URL to the site root. |
themeurl | Returns the direct url to the folder of the current theme. |
uploadurl | Returns the direct URL to the site uploads folder. |
wp_title | Returns the same results as the "wp_title()" function. ===Additional Help=== Additional information is available at This WP Codex Page. |
Use the "help" attribute (Example: [info_slide help] ) to get more detailed help for a specific shortcode (if available). |
Additionally, you can view the list of available typography shortcodes by using [typography] as seen below.
This is a sample blockquote. Use
[ blockquote]Your content goes here! [ /blockquote]
to create a blockquote.
This is a notice. Use [ notice gray]Your text here[ /notice]. Use [ notice list] to list the default color options.
This is a notice. Use [ notice red]Your text here[ /notice]. Use [ notice list] to list the default color options.
This is a notice. Use [ notice blue]Your text here[ /notice]. Use [ notice list] to list the default color options.
This is a notice. Use [ notice green]Your text here[ /notice]. Use [ notice list] to list the default color options.
This is a styled box. Use
[ box black]Your text here[/box]. Use [ box list] to list the default color options.
This is a styled box. Use
[ box gray]Your text here[/box]. Use [ box list] to list the default color options.
This is a styled box. Use
[ box red]Your text here[/box]. Use [ box list] to list the default color options.
This is a styled box. Use
[ box blue]Your text here[/box]. Use [ box list] to list the default color options.
This is a styled box. Use
[ box green]Your text here[/box]. Use [ box list] to list the default color options.
This is a styled box. Use
[ box yellow]Your text here[/box]. Use [ box list] to list the default color options.
This is a styled box. Use
[ box orange]Your text here[/box]. Use [ box list] to list the default color options.