mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogrow.git
synced 2025-08-26 16:32:31 +08:00
Update to Font Awesome 5 Free (5.9.0)
This commit is contained in:
parent
faf2028167
commit
d845411ecc
38 changed files with 8976 additions and 5067 deletions
|
@ -7,8 +7,8 @@
|
|||
<h3 class="heading"><?php comments_number( esc_html__( 'No Responses', 'blogrow' ), esc_html__( '1 Response', 'blogrow' ), esc_html__( '% Responses', 'blogrow' ) ); ?></h3>
|
||||
|
||||
<ul class="comment-tabs group">
|
||||
<li class="active"><a href="#commentlist-container"><i class="fa fa-comments-o"></i><?php esc_html_e( 'Comments', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['comment']); ?></span></a></li>
|
||||
<li><a href="#pinglist-container"><i class="fa fa-share"></i><?php esc_html_e( 'Pingbacks', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['pings']); ?></span></a></li>
|
||||
<li class="active"><a href="#commentlist-container"><i class="fas fa-comments"></i><?php esc_html_e( 'Comments', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['comment']); ?></span></a></li>
|
||||
<li><a href="#pinglist-container"><i class="fas fa-share"></i><?php esc_html_e( 'Pingbacks', 'blogrow' ); ?><span><?php echo count($wp_query->comments_by_type['pings']); ?></span></a></li>
|
||||
</ul>
|
||||
|
||||
<?php if ( ! empty( $comments_by_type['comment'] ) ) { ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue