started working on single, translations, docs
This commit is contained in:
20
single.php
20
single.php
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user