D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
safa777.info
/
wp-content
/
themes
/
infopediya
/
Filename :
single-apps.php
back
Copy
<?php /** * The template for displaying all single posts * @package Files_Custom_Theme */ get_header() ?> <div id="primary" class="content-area-m container col-md-12 mt-10"> <!-- ad widget --> <div class="col-md-12"> <?php if (is_active_sidebar('banner-above-dl-btn')) : ?> <div class="ml-0 mr-0 bg-white" style="margin-bottom:5px; height: 330px !important;border-radius:5px !important;overflow:hidden;"> <?php dynamic_sidebar('banner-above-dl-btn') ?> </div> <?php endif ?> </div> <!-- ad widget ends --> <div class="container"> <div class="row"> <main id="main" class="post-main pl-0 col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div id="postContent" class="post-content row ml-0 mr-0 "> <?php while (have_posts()) : the_post(); infopediya_views_count(get_the_ID()); get_template_part('template-parts/content', 'single'); endwhile ?> </div> <!--//Post Content --> </main><!-- #main --> <!-- ad widget --> <div class="col-md-12"> <?php if (is_active_sidebar('banner-after-post')) : ?> <div class="ml-0 mr-0 bg-white" style="margin-bottom:5px; height: 330px !important;border-radius:5px !important;overflow:hidden;"> <?php dynamic_sidebar('banner-after-post') ?> </div> <?php endif ?> </div> <!-- ad widget ends --> <!-- Similar Apps --> <div class="post-main similar-apps ml-0 mr-0" style="padding: 0px;"> <?php get_template_part('template-parts/similar', 'apps') ?> </div> </div> </div> <!--User Reviews --> <?php if (comments_open() || get_comments_number()) : ?> <div class="user-reviews row mt-20 "> <?php comments_template(); ?> </div> <?php endif; ?> <!--//User Reviews --> </div><!-- #primary --> <?php get_footer();