WordPress Shortcodes

An amazing free set of great elements for your site: SEO-ready tabs, sections, buttons, links to any content, author cards, lists, layouts and more!

Author:Synved (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:4.7.17
Plugin version:1.6.36
Added to WordPress repository:02-09-2012
Last updated:08-10-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:57
Plugin URI:http://synved.com/wordpress-shortcodes/
Total downloads:268 098
Active installs:3 000+
plugin download
Click to start download

WordPress Shortcodes is a free WordPress plugin that brings an amazing set of beautiful and useful elements to your site. The plugin comes bundled with the full set of elements, all absolutely free of charge.

Learn how you can use WordPress Shortcodes to easily create import / export safe links to images and any other content!

Eager to get a functioning example of how the shortcodes elements look and feel?

Look at some basic example shortcodes on the Stripefolio demo site. Note that the demo site only presents a limited subset, the best way to test the full set is to install the plugin and try it yourself!

If you want to take it to the next level and hugely improve the appearance of the elements and make them look more professional, you might want to consider purchasing the SlickPanel skin.

There are many different kinds of elements that cover all your requirements. These include functionality for User Interface creation, Layout management, Lists, Buttons, Message boxes, smart links to easily link contents on your site without using full URLs but with IDs or names and a bunch of other useful tools such as the ability of adding hidden content in posts/pages, useful for making notes or comments.

Just use the intuitive shortcode editor to create a message box, error box or warning message on your site. Or create multi-column layouts, a fancy button, a highly stylized link card, a list of items with icons (like a feature list), or combine multiple nested shortcodes to create for instance a list of links or a list of buttons and much more.

The shortcode editor presents a very intuitive and easy to use interface, with many built-in presets that make inserting many commonly needed default shortcodes in your posts/pages a breeze! If you want you can also get over 30+ extra useful amazing presets for covering almost all needs.

The plugin offers all common jQuery UI functionality as well like jQuery UI Accordions (called sections inside WordPress Shortcodes), JQuery UI Tabs, jQuery UI buttons and so on. The UI tabs provide many different features including full SEO compatible selection of active tab without need for JavaScript.

The plugin also offers conditional shortcodes that allow to render content only based on certain conditions, such as only if the user is logged in or if the user is an administrator, an editor, author or has a custom capability or if the current post is password protected or if it has a featured image (post thumbnail).

Features

  • 26+ shortcodes and different elements!
  • Create tabs, sections/accordions, layout, lists, links, buttons and more!
  • Tabs are SEO friendly and work flawlessly without JavaScript!
  • Fully WordPress compliant, using latest standards
  • Quick and easy to use shortcodes editor with instant previews
  • Shortcodes editor allows for easy insertion in posts/pages!
  • The shortcode editor has full support for default presets and you can get many extra useful presets
  • Layout shortcodes allow for tight content organization
  • Link shortcodes make importing and exporting content across sites much more reliable
  • Links support a simple to use but powerful template system to tweak what is displayed and how it looks
  • The custom template system makes it extremely easy to create custom author and post cards with thumbnails
  • Shortcodes to hide content for adding comments and notes to posts and pages
  • Many parameters for ultimate customization
  • All parameters are documented in detail in the shortcodes editor
  • Conditional shortcodes to show/hide content based on specific checks or conditions
  • Many useful lightweight icons provided built-in
  • Easy to adjust the look of shortcodes with built-in custom CSS field
  • Optional slick and professional skin available

Example Shortcodes

The following will create a series of 2 jQuery UI tabs on your site:
[tabs]
[tab title=”Tab 1″]
Tab Content 1.
[/tab]
[tab title=”Tab 2″]
Tab Content 2.
[/tab]
[/tabs]

The following will create a series of 2 jQuery UI accordions on your site:
[sections]
[section title=”Section 1″]

Section Content 1.

[/section]
[section title="Section 2"]
<p style="margin:5px 0;padding:0;">
Section Content 2.
</p>
[/section]
[/sections]

The following shortcode will create a list of links to various kinds of content on your site:
[list icon=link]
[item][link_post id=82 /][/item]
[item][link_post id=66 /][/item]
[item][link_page name=”typography” /][/item]
[item][link_page id=27 /][/item]
[item][link_category slug=”parent-category-iii” /][/item]
[item][link_media id=6229 /][/item]
[item][link_media title=”Ice Pathway” /][/item]
[/list]

The following will create a multi-column layout with a table in each column:
[full]
[half flow=”start” extend=”yes”]

position 1:1position 1:2
position 2:1position 2:2

    [/half]
    [half flow="end" extend="yes"]
        <table border="1"><tr><td>position 1:1</td><td>position 1:2</td></tr>
        <tr><td>position 2:1</td><td>position 2:2</td></tr>
        </table>
    [/half]
[/full]

The following will create conditional content only displayed when the post has a specific tag of “myposttag”:
[condition check=”post_has_tag” param_1=”myposttag”]

Test POST has TAG

[/condition]

The following will create content conditionally shown only when the post is a specific format of “mypostformat”:
[condition check=”post_format_is” param_1=”mypostformat”]

Test post format

[/condition]

This conditional shortcode will check for the post info of “review_status” is set to “reviewed”:
[condition check=”post_info_is” param_1=”review_status” param_2=”reviewed”]

This post has reviews

[/condition]

Related Links: