url:http://jabc.info/wordpress4/no-sidebar-second-test/
start of template:
Code:
<?php
/*
Template Name: nosidebar
*/
?>
<?php // Do not delete these lines ?>
<?php /* get all options: */
# error_reporting(-1);
include (TEMPLATEPATH . '/functions/bfa_get_options.php');
global $bfa_ata;
$left_col ="off";
$left_col2 = "off";
$right_col2 = "off";
$right_col = "off";
get_header();
extract($bfa_ata);
global $bfa_ata_postcount;
?>
<?php /* If there are any posts: */
if (have_posts()) : $bfa_ata_postcount = 0; /* Postcount needed for option "XX first posts full posts, rest excerpts" */ ?>
<?php // Deactivated since 3.6.5
# include 'bfa://content_above_loop';
// Uses the following static code instead: ?>
<?php bfa_next_previous_page_links('Top'); // For MULTI post pages if activated at ATO -> Next/Previous Navigation: ?>







Hybrid Mode
