This is a list of all the available shortcodes included in the UltraSeven theme. You can create unlimited variations using them. You might also want to check out our shortcode plugin for more shortcodes like buttons or boxes http://wordpress.org/plugins/cssigniter-shortcodes. For the WooCommerce shortcodes please refer to this page: http://docs.woothemes.com/document/woocommerce-shortcodes.
1. [ci_slider posts="1,2,3"]
Creates a fancybox slideshow with your requested posts. The “posts” parameter accepts your post IDs.
Example use:
[ci_slider posts="80,82,78"]
2. [ci_from_blog posts="" title="" columns=""]
Brings your latest articles. You can set a title if you wish and the number of articles to bring by the posts attribute (single integer). You can also specify in how many columns your posts will be listed in (single integer).
Example use:
From The Blog

Crowdfunding Campaigns, Social Media Marketing, Thunderclap
What is Thunderclap campaign
What is Thunderclap campaign Thunderclap is a platform that combines crowdspeaking and social media, allows users to create a campaign by writing a message, and contact your “supporters” to agree to share the message by a certain time and date; on that specified date, the message is blasted out on Twitter,[...]
Crowdfunding Campaigns, Press Releases
Crowdfunding: Help My Uncle Fight 4th Stage Perianal Cancer
Crowdfunding: Help My Uncle Fight 4th Stage Perianal Cancer Press Release – Bangalore, Karnataka. My uncle, Sudhangshu Ranjan Paul is 70-years-old. He was diagnosed with cancer in the anal region, commonly known as perianal cancer. Even at the age of 70, he is the only breadwinner for his family. He owns a[...]
Crowdfunding Tips, Social Media Marketing
Use Social Media for Crowdfunding Campaigns
Use Social Media for Crowdfunding Campaigns Use social media before, during and after your campaign. Discover here how to use social media to achieve crowdfunding success. Choose Social Channels for the Campaign Develop a social media strategy Launch your social media campaign months in advance Select a Campaign Hashtag Leverage[...]
Crowdfunding: Get disabled vet out of debt
Crowdfunding: Get disabled vet out of debt I am a 100% disabled veteran and have been unable to maintain steady employment since my discharge from the USMC 25 years ago. As of May of 2016 I finally got my life together and have been able to maintain full-time employment. Because[...][ci_from_blog posts="4" columns="4" title="From The Blog"]
3. [ci_row]content[/ci_row]
Used before and after every column (either for the [ci_column]
shortocde or for use in WooCommerce product listing shortcodes.
Outputs:
<div class="row"> your content here </div>
Example use (bring the first 4 best selling products from your store in 4 columns):
[ci_row][best_selling_products per_page="4" columns="4"][/ci_row]
Important Notice: Always have ci_row wrapped around your WooCommerce product listing shortcodes.
Nesting rows will need the use of [ci_row2]
for level 2 rows and [ci_row3]
for level 3 rows. It is important not to use [ci_row]
a second time within itself as it will break the layout of your shortcodes. Example: [ci_row] [ci_row2] level 2 content [/ci_row2] [/ci_row]
4. [ci_column span="four"]content[/ci_column]
Used to create columns. You can create any combinations you need having in mind that the theme uses a 12 column grid. This means that the span parameter will take the following values: one, two, three, four, five, six, seven, eight, nine, ten and a special value of five-col to create a 1/5th column.
Example use:
[ci_row][ci_column span="six"] Your content here. [/ci_column][ci_column span="three"] Your content here.[/ci_column][ci_column span="three"] Your content here.[/ci_column]
Important Notice: Always use the [ci_row]
when using the above shortcode.
5. [ci_offer url="" title="" button_text=""] Text [/ci_offer]
Used to create boxes.
Example use:
Your Title Here
Your Content Will Go Here
Your Button Text Here[ci_offer url="http://www.cssigniter.com" title="Your Title Here" button_text="Your Button Text Here"]Your Content Will Go Here[/ci_offer]
6. [ci_big_title]Your Title here[/ci_big_title]
Creates a fancy title.
Example use:
Latest News
[ci_big_title]Latest News[/ci_big_title]