- Tab 1
- Tab 1 Content
- Tab 2
- Tab 2 Content
[php]
$include = get_pages('include=1611');
$content = apply_filters('the_content',$include[1]->post_content);
echo $content;
?>[/php]
[php]
$include = get_pages('include=1611');
$content = apply_filters('the_content',$include[1]->post_content);
echo $content;
?>[/php]