这是我的代码:
<li class="alm-layout alm-3-col <?php alm_is_last($alm_current); ?> alm-blog-card-2">
<?php if ( has_post_thumbnail() ) { ?>
<div class="alm-gallery-img-wrap">
<?php the_post_thumbnail('alm-cta'); ?>
</div>
<?php }?>
<div class="alm-card-details">
<h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
<?php alm_get_excerpt(20); ?>
<a id="arrow" href="<?php the_permalink() ?>" class="more">
Read More</a>
</div>
</li>
我想修改我的h3
标题的长度。
谢谢你的帮助。
1条答案
按热度按时间gojuced71#
您可以使用:
在WordPress中,您可以使用:
此致,