first commit

This commit is contained in:
alazhar
2020-01-02 23:15:16 +07:00
commit eda9661806
3433 changed files with 595883 additions and 0 deletions

View File

@ -0,0 +1,19 @@
<?php get_header(); ?>
<div class="page-wrapper index-php">
<div class="gdl-page-item">
<div class="row">
<div class="twelve columns">
<?php
if( have_posts() ){
while ( have_posts() ){
the_post();
the_content();
}
}
?>
</div>
</div>
</div>
<div class="clear"></div>
</div>
<?php get_footer(); ?>