mirror of
https://github.com/thewesker/htmly-cleanblog.git
synced 2025-12-20 04:01:06 -05:00
Fixes for new read more
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</h2>
|
||||
</a>
|
||||
<p class="post-meta">Posted in <?php echo $p->category; ?> by <a href="<?php echo $p->authorUrl; ?>"><?php echo $p->author; ?></a> on <?php echo date('F d, Y', $p->date) ?></p>
|
||||
<p><?php echo get_teaser($p->body) ?></p>
|
||||
<?php echo get_teaser($p->body, $p->url); ?>
|
||||
</div>
|
||||
<hr>
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user