PATH:
home
/
letacommog
/
metras
/
wp-content
/
themes
/
betheme
<?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>
[+]
..
[+]
plugins
[-] screenshot.png
[edit]
[+]
js
[-] comments.php
[edit]
[+]
muffin-options
[+]
includes
[-] search.php
[edit]
[-] sidebar-blog.php
[edit]
[-] wpml-config.xml
[edit]
[+]
demos
[+]
vc_templates
[-] under-construction.php
[edit]
[-] style-one.php
[edit]
[-] 404.php
[edit]
[+]
images
[-] single.php
[edit]
[-] sidebar-taxonomy.php
[edit]
[-] style-static.css
[edit]
[-] searchform.php
[edit]
[-] header.php
[edit]
[-] rtl.css
[edit]
[-] page.php
[edit]
[+]
css
[-] bbpress.php
[edit]
[-] readme.txt
[edit]
[-] functions.php
[edit]
[+]
bbpress
[-] footer.php
[edit]
[-] single-portfolio.php
[edit]
[-] style-responsive.php
[edit]
[-] template-sitemap.php
[edit]
[-] style-colors.php
[edit]
[+]
fonts
[-] template-portfolio.php
[edit]
[+]
assets
[+]
languages
[+]
tribe-events
[-] template-archives.php
[edit]
[+]
functions
[-] index.php
[edit]
[-] style.css
[edit]
[-] changelog.html
[edit]
[+]
woocommerce
[-] template-blank.php
[edit]
[-] taxonomy-portfolio-types.php
[edit]
[-] style.php
[edit]
[-] header-shop.php
[edit]
[-] single-download.php
[edit]
[-] single-attachment.php
[edit]
[-] sidebar.php
[edit]