We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373d66c commit efefc2fCopy full SHA for efefc2f
index.php
@@ -23,13 +23,7 @@
23
if(!has_post_format('aside') && !has_post_format('image')) {
24
?>
25
<h6>Author</h6>
26
- <p class="vcard author">
27
- <cite class="fn">
28
- <a class="url" href="<?php the_author_meta('user_url') ?>" title="Visit the author’s site">
29
- <?php the_author_meta('display_name'); ?>
30
- </a>
31
- </cite>
32
- </p>
+ <p class="vcard author"><cite class="fn"><a class="url" href="<?php the_author_meta('user_url') ?>" title="Visit the author’s site"><?php the_author_meta('display_name'); ?></a></cite></p>
33
<?php if (has_tag()) { ?>
34
<h6>Tags</h6>
35
<p><?php the_tags( '', ', ', '' ) ?></p>
0 commit comments