PATH:
home
/
carfac
/
public_html
/
unitphotog
/
wp-content
/
themes
/
leadx
<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * Learn more: http://codex.wordpress.org/Template_Hierarchy * */ get_header(); //get blog layout from customizer $blog_sidebar = get_theme_mod('leadx_blog_sidebar','right'); $top_padding = get_post_meta(get_the_ID(), 'leadx_post_top_padding', true); $bottom_padding = get_post_meta(get_the_ID(), 'leadx_post_bottom_padding', true);?> <section class="wrapper <?php echo esc_attr($top_padding) . ' ' . esc_attr($bottom_padding); ?>" id="single-wrapper"> <div class="container content-area"> <div class="row"> <?php get_template_part('includes/blog/entry-post', $blog_sidebar); ?> </div> </div> </section> <?php get_footer(); ?>
[-] archive.php
[edit]
[-] page-visual-composer.php
[edit]
[-] error_log
[edit]
[+]
includes
[+]
demo-content
[+]
fonts
[-] index.php
[edit]
[-] screenshot.png
[edit]
[+]
css
[-] sidebar-shop.php
[edit]
[-] 404.php
[edit]
[+]
vc_templates
[-] style.css
[edit]
[-] comments.php
[edit]
[-] content-page.php
[edit]
[+]
woocommerce
[+]
img
[-] functions.php
[edit]
[-] taxonomy-team_category.php
[edit]
[+]
framework
[-] sidebar.php
[edit]
[-] header.php
[edit]
[-] comment-form.php
[edit]
[-] wpml-config.xml
[edit]
[-] woocommerce.php
[edit]
[+]
js
[-] single.php
[edit]
[-] page.php
[edit]
[-] search.php
[edit]
[-] .htaccess
[edit]
[-] sidebar-page.php
[edit]
[-] readme.txt
[edit]
[-] searchform.php
[edit]
[+]
templates
[+]
..
[-] content-search.php
[edit]
[+]
languages
[-] footer.php
[edit]