0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
ar
/
wp-content
/
themes
/
trendtheme
/
[
Home
]
File: index.php
<?php get_header(); ?> <?php if (have_posts()): ?> <main id="main" class="TrendTheme-main box"> <div class="box-title"> <h2 class="title"><?php echo __('اخر الاخبار','trend');?></h2> </div> <div class="polist row"> <?php while (have_posts()): the_post(); get_template_part( 'content'); endwhile; ?> </div> <?php if (function_exists("TrendTheme_pagination")) {TrendTheme_pagination();}?> </main> <?php endif;?> <?php get_footer();