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,16 @@
<?php
global $tw_isArchive;
$tw_isArchive = true;
get_header();?>
<div class="row">
<div class="span9">
<section class="content">
<?php get_template_part("loop");?>
</section>
</div>
<?php get_template_part("sidebar");?>
</div>
<?php get_footer();?>