Component Tabs description

Component structure:

get_component_with_params('ra-tabs', array( array(slug,slug,...), int active_tab_nr=1, excerpt=false, tabs_layout='horizontal'))

Component call - insert in your template next code examples:

  1. <?php get_component_with_params('ra-tabs', array( array('index', 'index-1', 'index-2'), 2, false, 'vertical')); ?>

insert 3 tabs with content from pages: index, index-1, index-2; make active second tab; outputs - full pages content; tabs layout - vertical.

  1. <?php get_component_with_params('ra-tabs', array( array('index', 'index-1'), 1, 400)); ?>

insert 2 tabs with content from pages: index, index-1; make active first tab; outputs - pages excerpts 400 simbols lenght; tabs layout - horizontal.

  1. <?php get_component_with_params('ra-tabs', array( 'index' )); ?>

insert 1 tab with content from page: index; outputs - full pages content; tabs layout - horizontal.

If plugin DynPages installed in your site you can use shortcodes, like this:

My faceThank you for using GetSimple CMS. This is your homepage, so please change this text to be what you want.

I really liked Getsimple CMS, so I decided to slightly contribute to the system performance enhancement. This project is designed specifically for that purpose.

Over time I'll try to share it with other users of the CMS in my work (plugins and themes).

The works will be presented with a detailed description and all of them can be downloaded for free from this source.

 

 

GetSimple Features

  • XML based data storage
  • Best-in-Class User Interface
  • 'Undo' protection & backups
  • Easy to theme
  • Great documentation
  • Growing community

This is your sidebar text. Please change me in Theme -> Edit Components

Download the Latest GetSimple