2012-10-19, 22:59:03
(This post was last modified: 2012-11-21, 02:39:30 by jason.dixon.email.)
SIMPLE INPUT TABS 2!
http://get-simple.info/extend/plugin/sim...-tabs/523/
The template:
Change the existing code:
To a new function:
Wherever else you will be adding content to the page, add the same code with a Tab name in the brackets (in quotes):
AND THAT'S IT!
To use the plugin.
Navigate to the page edit screen and click the corresponding named Tab.
Simple.
http://get-simple.info/extend/plugin/sim...-tabs/523/
The template:
Change the existing code:
Code:
<?php get_page_content(); ?>
To a new function:
Code:
<?php insert_page_content(); ?>
Wherever else you will be adding content to the page, add the same code with a Tab name in the brackets (in quotes):
Code:
<?php insert_page_content("sidebar"); ?>
AND THAT'S IT!
To use the plugin.
Navigate to the page edit screen and click the corresponding named Tab.
Simple.