Title: Shortcodes &#8211; Tabs
Last modified: July 24, 2018

---

# Shortcodes – Tabs

 *  Resolved [morts81](https://wordpress.org/support/users/morts81/)
 * (@morts81)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/shortcodes-tabs/)
 * I’m having trouble getting the shortcodes to work that come bundled with the 
   theme.
 * For example, i’m trying to build a simple set of tabs with the following but 
   finding that all I get on the page is this code displayed in text.
 * [ct_tabs]
    [ct_tab title=”First Tab”]Content[/ct_tab] [ct_tab title=”Second Tab”]
   Content[/ct_tab] [ct_tab title=”Third Tab”]Content[/ct_tab] [/ct_tabs]
 * Is there something I am missing?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/shortcodes-tabs/#post-10522648)
 * Hello morts81,
 * You can also use the 3rd party plugin for tab. Please refer the below url-
 * [https://wordpress.org/plugins/responsive-tabs/](https://wordpress.org/plugins/responsive-tabs/)
 * Kind Regards,
 * Manoj
 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/shortcodes-tabs/#post-10525549)
 * Hello [@morts81](https://wordpress.org/support/users/morts81/),
 * Thank you for reaching out to us!
    This happens because we have updated our shortcodes
   plugin and now the shortcodes do no need the ct_ prefix. For example for the 
   tabs the shortcode is:
 *     ```
       [tabs style="horizontal" ]
   
       [tab title="Title"][/tab]
   
       [tab title="Title2"][/tab]
   
       [/tabs]
       ```
   
 * The best way to add shortcodes in order to get the code right is if you click
   on the CT green button above your WordPress editor and select from there what
   you need. Like in my screenshot:
    [https://gyazo.com/782a62518970207d81b43627fa52bae0](https://gyazo.com/782a62518970207d81b43627fa52bae0)
 * Please give this a shot and let me know how it goes!
 * Best wishes,
    Mihaela

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcodes – Tabs’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/affluent/1.1.3/screenshot.png)
 * Affluent
 * [Support Threads](https://wordpress.org/support/theme/affluent/)
 * [Active Topics](https://wordpress.org/support/theme/affluent/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/affluent/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/affluent/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Miha](https://wordpress.org/support/users/mplusb/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/shortcodes-tabs/#post-10525549)
 * Status: resolved