the_excerpt()

スポンサーリンク
WordPress

[WordPress]the_excerpt()の抜粋からpタグを削除

<?php echo get_the_excerpt(); ?>
WordPress

[WordPress]functions.phpでthe_excerpt()の表示文字数を変更

functions.php 抜粋文字数を20文字に変更 function new_excerpt_mblength($length) { return 20; } add_filter('excerpt_mblength&#039...
スポンサーリンク