'This is the section that contains the main content for your site, including sidebars and page/post content.', 'workswith' => array('templates'), 'failswith' => array('404'), 'icon' => PL_ADMIN_ICONS . '/document.png' ); parent::__construct($name, $id, $settings); } function section_template() { if ( file_exists( trailingslashit( STYLESHEETPATH ) . 'template.single-' . get_post_type() . '.php' ) ) get_template_part( 'template.single-' . get_post_type() ); else get_template_part( 'template.content' ); } } /* End of section class */