0byt3m1n1
Path:
/
data
/
40
/
5
/
122
/
64
/
5448064
/
user
/
6519071
/
htdocs
/
ar
/
wp-content
/
themes
/
trendtheme
/
[
Home
]
File: page.php
<?php get_header(); ?> <div class="trend-single"> <?php while (have_posts()): the_post();?> <section class="box clearfix "> <h1 class="post-title"> <?php the_title();?></h1> <div id="entry"> <div class="entry"> <?php the_content();?> </div> </div> </section> <?php endwhile;?> </div> <?php get_footer();