send the title to loop
This commit is contained in:
parent
37e45aa28b
commit
5ce393d474
|
@ -1,8 +1,5 @@
|
||||||
<article role="article" id="post_<?php the_ID()?>" <?php post_class()?>>
|
<article role="article" id="post_<?php the_ID()?>" <?php post_class()?>>
|
||||||
<header class="mb-4">
|
<header class="mb-4">
|
||||||
<h1>
|
|
||||||
<?php the_title()?>
|
|
||||||
</h1>
|
|
||||||
<div class="header-meta text-muted">
|
<div class="header-meta text-muted">
|
||||||
<?php
|
<?php
|
||||||
_e('By', 'tainacan-theme');
|
_e('By', 'tainacan-theme');
|
||||||
|
|
Loading…
Reference in New Issue