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. ===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 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 "]". |
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 |
siteurl | Returns the direct URL to the site root. |
themeurl | Returns the direct url to the folder of the current theme. |
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). |
This is a sample blockquote. Use [blockquote]Your content goes here! [/blockquote] to create a blockquote.