mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-26 07:14:55 +08:00
Update to Font Awesome 5 Free (5.9.0)
This commit is contained in:
parent
bf0078aec9
commit
b5bd7ed39e
36 changed files with 8996 additions and 5087 deletions
|
@ -8,9 +8,9 @@
|
|||
<div class="post-thumbnail">
|
||||
<a href="<?php the_permalink(); ?>">
|
||||
<?php the_post_thumbnail('curver-list'); ?>
|
||||
<?php if ( has_post_format('video') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fa fa-play"></i></span>'; ?>
|
||||
<?php if ( has_post_format('audio') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fa fa-volume-up"></i></span>'; ?>
|
||||
<?php if ( is_sticky() ) echo'<span class="thumb-icon"><i class="fa fa-star"></i></span>'; ?>
|
||||
<?php if ( has_post_format('video') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fas fa-play"></i></span>'; ?>
|
||||
<?php if ( has_post_format('audio') && !is_sticky() ) echo'<span class="thumb-icon"><i class="fas fa-volume-up"></i></span>'; ?>
|
||||
<?php if ( is_sticky() ) echo'<span class="thumb-icon"><i class="fas fa-star"></i></span>'; ?>
|
||||
</a>
|
||||
</div><!--/.post-thumbnail-->
|
||||
<?php else: ?>
|
||||
|
@ -42,7 +42,7 @@
|
|||
<?php endif; ?>
|
||||
|
||||
<?php if ( comments_open() && ( get_theme_mod( 'comment-count', 'on' ) =='on' ) ): ?>
|
||||
<a class="post-comments" href="<?php comments_link(); ?>"><i class="fa fa-comment"></i><span><?php comments_number( '0', '1', '%' ); ?></span></a>
|
||||
<a class="post-comments" href="<?php comments_link(); ?>"><i class="fas fa-comment"></i><span><?php comments_number( '0', '1', '%' ); ?></span></a>
|
||||
<?php endif; ?>
|
||||
|
||||
<div class="post-date">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue