* @copyright Copyright (c) 2013, Nicolas GUILLAUME * @link http://themesandco.com/customizr * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ if ( ! class_exists( 'TC_page' ) ) : class TC_page { static $instance; function __construct () { self::$instance =& $this; //pages templates add_action ( '__loop' , array( $this , 'tc_page_content' )); } /** * The template part for displaying page content * * @package Customizr * @since Customizr 3.0 */ function tc_page_content() { if ( 'page' != tc__f('__post_type') || !is_singular() || tc__f( '__is_home_empty') ) return; ob_start(); do_action( '__before_content' ); ?>
→' , 'customizr' ) ); wp_link_pages( array( 'before' => '', 'link_before' => '', 'separator' => '', ) ); ?>