PATH:
home
/
letacommog
/
metras
/
wp-content
/
themes
/
betheme
<?php /** * The template for displaying all pages. * * @package Betheme * @author Muffin group * @link http://muffingroup.com */ get_header(); ?> <!-- #Content --> <div id="Content"> <div class="content_wrapper clearfix"> <!-- .sections_group --> <div class="sections_group"> <div class="entry-content" itemprop="mainContentOfPage"> <?php while ( have_posts() ){ the_post(); // Post Loop mfn_builder_print( get_the_ID() ); // Content Builder & WordPress Editor Content } ?> <div class="section section-page-footer"> <div class="section_wrapper clearfix"> <div class="column one page-pager"> <?php // List of pages wp_link_pages(array( 'before' => '<div class="pager-single">', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', 'next_or_number' => 'number' )); ?> </div> </div> </div> </div> <?php if( mfn_opts_get('page-comments') ): ?> <div class="section section-page-comments"> <div class="section_wrapper clearfix"> <div class="column one comments"> <?php comments_template( '', true ); ?> </div> </div> </div> <?php endif; ?> </div> <!-- .four-columns - sidebar --> <?php get_sidebar(); ?> </div> </div> <?php get_footer(); // Omit Closing PHP Tags
[+]
..
[+]
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]