Home > WordPress > <p>タグをはずす

<p>タグをはずす

  • 2007-07-30 (月) 20:25
  • WordPress

<?php the_excerpt(); ?> の<p>をはずす方法。

wp-includes>default-filters.phpの

127行あたり(wpのバージョンME2.2.1の場合)の

add_filter(’the_excerpt’, ‘wpautop’); を

こんな風に ↓ コメントアウトする。(削除する勇気は無い。)

/*add_filter(’the_excerpt’, ‘wpautop’);*/

wpautopの部分が、wp-auto-p=自動的にpタグを付ける、というコマンドのようだ。

関連記事

Comments:0

Comment Form
Remember personal info

Trackbacks:0

Trackback URL for this entry
http://tora.moaroma.com/wordpress/15.html/trackback
Listed below are links to weblogs that reference
<p>タグをはずす from もあろまパラダイス

Home > WordPress > <p>タグをはずす

Meta

Return to page top

Return to page top