%PDF- %PDF-
Direktori : /var/www/projetos/hmg.jornalshowdafe.com.br/wp-content/themes/betheme/ |
Current File : /var/www/projetos/hmg.jornalshowdafe.com.br/wp-content/themes/betheme/template-blank.php |
<?php /** * Template Name: Blank Page * * @package Betheme * @author Muffin Group */ ?><!DOCTYPE html> <html class="no-js<?php echo mfn_user_os(); ?>" <?php language_attributes(); ?><?php mfn_tag_schema(); ?>> <!-- head --> <head> <!-- meta --> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php if( mfn_opts_get('responsive') ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">'; ?> <?php do_action('wp_seo'); ?> <link rel="shortcut icon" href="<?php mfn_opts_show('favicon-img',THEME_URI .'/images/favicon.ico'); ?>" type="image/x-icon" /> <!-- wp_head() --> <?php wp_head(); ?> </head> <!-- body --> <body <?php body_class( 'template-blank' ); ?>> <?php do_action( 'mfn_hook_top' ); ?> <?php do_action( 'mfn_hook_content_before' ); ?> <!-- #Content --> <div id="Content"> <div class="content_wrapper clearfix"> <!-- .sections_group --> <div class="sections_group"> <?php while ( have_posts() ){ the_post(); // Post Loop mfn_builder_print( get_the_ID() ); // Content Builder & WordPress Editor Content } ?> </div> <!-- .four-columns - sidebar --> <?php get_sidebar(); ?> </div> </div> <?php do_action( 'mfn_hook_content_after' ); ?> <?php do_action( 'mfn_hook_bottom' ); ?> <!-- wp_footer() --> <?php wp_footer(); ?> </body> </html>