Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
airmobeuag
/
2020
/
wp-content
/
themes
/
airmob
/
✏️
Editing: index.php
<?php /** * The main template file */ get_header(); ?> <main id="main" class="site-main" role="main" data="index"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', get_post_type() ); endwhile; the_posts_pagination( array( 'prev_text' => __( 'Previous page' ), 'next_text' => __( 'Next page' ), ) ); endif; ?> </main> <?php get_sidebar(); get_footer();
💾 Save
❌ Cancel