PATH:
home
/
letacommog
/
mcr
/
wp-content
/
themes
/
betheme
<?php /** * Template Name: Blank Page * * @package Betheme * @author Muffin Group * @link https://muffingroup.com */ ?><!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js<?php echo esc_attr(mfn_user_os()); ?>"<?php mfn_tag_schema(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <?php wp_head(); ?> </head> <body <?php body_class('template-blank'); ?>> <?php do_action('mfn_hook_top'); ?> <?php do_action('mfn_hook_content_before'); ?> <div id="Content"> <div class="content_wrapper clearfix"> <div class="sections_group"> <?php while (have_posts()) { the_post(); $mfn_builder = new Mfn_Builder_Front(get_the_ID()); $mfn_builder->show(); } ?> </div> <?php get_sidebar(); ?> </div> </div> <?php do_action('mfn_hook_content_after'); ?> <?php do_action('mfn_hook_bottom'); ?> <?php wp_footer(); ?> </body> </html>
[+]
..
[+]
css
[+]
bbpress
[-] sidebar-blog.php
[edit]
[-] single.php
[edit]
[-] screenshot.png
[edit]
[-] single-attachment.php
[edit]
[-] template-blank.php
[edit]
[-] comments.php
[edit]
[+]
includes
[+]
muffin-options
[-] header.php
[edit]
[+]
demos
[-] wpml-config.xml
[edit]
[-] template-archives.php
[edit]
[-] style-static.css
[edit]
[-] style-one.php
[edit]
[-] under-construction.php
[edit]
[-] sidebar-taxonomy.php
[edit]
[-] taxonomy-portfolio-types.php
[edit]
[-] search.php
[edit]
[+]
js
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
vc_templates
[+]
images
[+]
assets
[-] index.php
[edit]
[-] sidebar.php
[edit]
[+]
functions
[+]
tribe-events
[+]
languages
[-] functions.php
[edit]
[-] template-sitemap.php
[edit]
[-] single-portfolio.php
[edit]
[-] style-responsive.php
[edit]
[-] style-colors.php
[edit]
[+]
woocommerce
[-] template-portfolio.php
[edit]
[-] 404.php
[edit]
[-] changelog.html
[edit]
[-] readme.txt
[edit]
[+]
fonts
[-] footer.php
[edit]
[-] style.php
[edit]
[-] header-shop.php
[edit]
[-] bbpress.php
[edit]
[-] single-download.php
[edit]
[-] rtl.css
[edit]
[-] style.css
[edit]