(使用wordpress)我试图找出显示内容长度文本的php代码是什么,当有人点击时,可能会在内容下单击“更多”以显示我的全部内容(如图- ) 但不幸的是,我无法做到这一点,这是我迄今为止尝试的代码:
$character == 40;
if (mb_strlen( get_the_content() < $character)
( have_posts() ) ( have_posts() ) : the_post();
the_content();
else{
the_content(\'Continue Reading...\')
}
我高度认为我的代码是不对的,所以如果有人需要注意并告诉我我的代码是否不正确,或者有其他方法可以做到这一点,我会非常感激:)。作为回报,谢谢!