Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
?php /** * The header * * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WordPress * @subpackage Orbital * @since 1.0 */ $show_header = true; if(is_singular( array( 'post', 'page' ))){ $show_header = orbital_get_option_page('header'); } ?>
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!