started working on single, translations, docs

This commit is contained in:
2019-07-03 18:02:05 +02:00
parent 43e6e9b373
commit d59b9afadf
11 changed files with 769 additions and 594 deletions

View File

@@ -40,18 +40,20 @@
</div>
</div>
<h1>
<?php the_title();?>
</h1>
</div>
<!-- /post title -->
<h1 class="title2">
<h1 class="single-title">
<?php the_title();?>
</h1>
<hr class="content-wrap content-begin">
<?php the_content(); // Dynamic Content ?>
<hr class="content-wrap content-end">
</div>
<!-- /post title -->
<div class="single-content">
<hr class="content-wrap content-begin">
<?php the_content(); // Dynamic Content ?>
<hr class="content-wrap content-end">
</div>
</article>
<!-- /article -->