add block-cache-manager.php
This commit is contained in:
@@ -10,12 +10,10 @@
|
||||
|
||||
<?php foreach ( $authors as $author ): ?>
|
||||
|
||||
<a class="article__author" href="<?= get_author_posts_url( $author->ID, $author->user_nicename ); ?>" itemprop="author" itemscope itemtype="https://schema.org/Person">
|
||||
<a class="article__author" href="<?= get_author_posts_url( $author->ID, $author->user_nicename ); ?>">
|
||||
|
||||
<?= $author->display_name; ?>
|
||||
|
||||
<meta itemprop="name" content="<?= htmlspecialchars($author->display_name); ?>" />
|
||||
<link itemprop="url" href="<?= get_author_posts_url( $author->ID, $author->user_nicename ); ?>" />
|
||||
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user