2017-11-07 19 views

答えて

1

あなたは機能の下にここに

// for get_the_excerpt() 
echo wp_trim_words(get_the_excerpt(), 40, '...'); 

// for get_the_content() 
echo wp_trim_words(get_the_content(), 40, '...'); 

詳細https://developer.wordpress.org/reference/functions/wp_trim_words/

を使用してコンテンツの長さを変更することができます
関連する問題