File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
<div class="container">
13
13
<header>
14
14
<h1 class="article_title">
15
- <p>
15
+ <p>
16
16
<?php echo 'All entries by ' . get_the_author ();?>
17
17
</p>
18
18
</h1>
19
- <div class="col-xs-12 col-sm-2 col-md-2 col-lg-2">
20
- <?php echo get_avatar (get_the_author_meta ('ID ' ));?>
19
+ <div class="col-md-12">
20
+ <div class="panel">
21
+ <?php echo get_avatar (get_the_author_meta ('ID ' ));?>
22
+ <small><?php the_author_meta ('display_name ' ); ?> , <?php the_author_link ();?> </small>
23
+ </div>
21
24
</div>
22
25
<div class="col-xs-12 col-sm-10 col-md-10 col-lg-10">
23
- <p>
24
- <b>Author name: </b><?php the_author_meta ('display_name ' ); ?> </p>
25
- <p>
26
- <b>Author homepage: </b><?php the_author_link ();?> </p>
26
+
27
27
<?php
28
28
$ description = get_the_author_meta ('description ' );
29
29
if (! empty ($ description )) {
You can’t perform that action at this time.
0 commit comments