mirror of
https://ghproxy.net/https://github.com/AlxMedia/blogside.git
synced 2025-08-26 16:48:09 +08:00
Fix excerpt
This commit is contained in:
parent
2f494a0829
commit
e2a21a322c
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
<li><i class="fa fa-clock-o"></i><?php the_time('j M, Y'); ?></li>
|
||||
</ul><!--/.post-meta-->
|
||||
|
||||
<?php if (get_theme_mod('excerpt-length') != '0'): ?>
|
||||
<?php if (get_theme_mod('excerpt-length','26') != '0'): ?>
|
||||
<div class="entry excerpt">
|
||||
<?php the_excerpt(); ?>
|
||||
</div><!--/.entry-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue