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:
<?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.
<?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.
<?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:
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.
Thank you for using GetSimple CMS. This is your homepage, so please change this text to be what you want.
This is your sidebar text. Please change me in Theme -> Edit Components
Please Donate Me
Thank You