PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
leather_market
<?php /** * The Template for displaying all single posts * * @package WordPress * @subpackage TemplateMela * @since TemplateMela 1.0 */ get_header(); ?> <?php if (get_option('tmpmela_page_sidebar') == 'yes') : ?> <div id="primary" class="content-area"> <?php else : ?> <div id="primary" class="main-content-inner-full"> <?php endif; ?> <div id="content" class="site-content" role="main"> <?php // Start the Loop. while ( have_posts() ) : the_post(); /* * Include the post format-specific template for the content. If you want to * use this in a child theme, then include a file called called content-___.php * (where ___ is the post format) and that will be used instead. */ get_template_part( 'content', get_post_format() ); // Previous/next post navigation. tmpmela_post_nav(); if (get_option('tmpmela_show_author_info') == 'yes') { $tmpmela_is_author_info = tmpmela_is_author_info(); if($tmpmela_is_author_info == 1): get_template_part( 'author-bio' ); endif; } if (get_option('tmpmela_show_related_post') == 'yes') : $tmpmela_is_related_posts = tmpmela_is_related_posts(); if ($tmpmela_is_related_posts == 1): tmpmela_related_posts(); endif; endif; // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; ?> </div><!-- #content --> <?php if (get_option('tmpmela_page_sidebar') == 'yes') : get_sidebar( 'content' ); get_sidebar(); endif; ?> <?php get_footer(); ?>
[-] category.php
[edit]
[+]
woocommerce
[+]
js
[-] content-none.php
[edit]
[-] sidebar-content.php
[edit]
[-] content-video.php
[edit]
[-] search.php
[edit]
[-] responsive.css
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[+]
..
[-] author-bio.php
[edit]
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] content-aside.php
[edit]
[-] content-link.php
[edit]
[+]
languages
[-] content-audio.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] content-featured-post.php
[edit]
[-] tag.php
[edit]
[-] sidebar-footer.php
[edit]
[-] single-portfolio.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[+]
css
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] author.php
[edit]
[-] content-gallery.php
[edit]
[-] content-image.php
[edit]
[-] screenshot.png
[edit]
[+]
fonts
[-] content-quote.php
[edit]
[+]
page-templates
[-] content-page.php
[edit]
[+]
templatemela
[-] functions.php
[edit]
[+]
images
[-] featured-content.php
[edit]
[-] taxonomy-post_format.php
[edit]
[-] archive.php
[edit]
[-] content.php
[edit]
[-] comments.php
[edit]
[+]
demo-content
[-] image.php
[edit]
[+]
inc
[-] mr-image-resize.php
[edit]