Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
2020
/
wp-content
/
themes
/
airmob
/
✏️
Editing: single.php
<?php /** * The template for displaying all single posts * */ get_header(); ?> <main id="main" class="site-main" role="main" data="single"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', get_post_type() ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; ?> </main> <?php get_sidebar(); get_footer();
💾 Save
❌ Cancel