RenzSpace Free Style Blog

wordpress 投稿内容の文字数制限

7月 12th, 2011 Author :: / Categories :: WordPress / トラックバックURL / No Comments »

Twitt
<?php remove_filter('the_content', 'wpautop'); ?><?php echo mb_substr(strip_tags($post->post_content),0,60); ?>

最初のコードは、wordpressで自動的に挿入されてしまうタグが必要ない時に無効にする役割を果たすらしい。
で、二行目のコードで60文字まで表示とする。

ただ、これだとコンテンツ内の画像が表示されないので、ちょっと考え中。

mixiチェック

7月 12th, 2011 Author :: / Categories :: WordPress / トラックバックURL / No Comments »

コメントを残す