WordPress

wordpress|Pタグを自動挿入させない方法

下のソースの色付けした2か所の部分を削除すれば、OK

[php gutter=”true” highlight=”8,14″] // Display filters
add_filter( ‘the_title’, ‘wptexturize’ );
add_filter( ‘the_title’, ‘convert_chars’ );
add_filter( ‘the_title’, ‘trim’ );
add_filter( ‘the_content’, ‘wptexturize’ );
add_filter( ‘the_content’, ‘convert_smilies’ );
add_filter( ‘the_content’, ‘convert_chars’ );
add_filter( ‘the_content’, ‘wpautop’ );
add_filter( ‘the_content’, ‘shortcode_unautop’ );
add_filter( ‘the_content’, ‘prepend_attachment’ );
add_filter( ‘the_excerpt’, ‘wptexturize’ );
add_filter( ‘the_excerpt’, ‘convert_smilies’ );
add_filter( ‘the_excerpt’, ‘convert_chars’ );
add_filter( ‘the_excerpt’, ‘wpautop’ );
add_filter( ‘the_excerpt’, ‘shortcode_unautop’);
add_filter( ‘get_the_excerpt’, ‘wp_trim_excerpt’ );
add_filter( ‘comment_text’, ‘wptexturize’ );
add_filter( ‘comment_text’, ‘convert_chars’ );
add_filter( ‘comment_text’, ‘make_clickable’, 9 );
add_filter( ‘comment_text’, ‘force_balance_tags’, 25 );
add_filter( ‘comment_text’, ‘convert_smilies’, 20 );
add_filter( ‘comment_text’, ‘wpautop’, 30 );
add_filter( ‘comment_excerpt’, ‘convert_chars’ );
add_filter( ‘list_cats’, ‘wptexturize’ );
add_filter( ‘single_post_title’, ‘wptexturize’ );
add_filter( ‘wp_sprintf’, ‘wp_sprintf_l’, 10, 2 );
[/php]

【30名限定】WordPressを使った最もカンタン!最も速く!稼ぐための無料メール講座

Tags

PPCバイブル遠藤

都内の不動産会社に勤務していたが、リーマン・ショック後の2009年3月に失業。そこから全くの未経験でアフィリエイトを始め、半年後には、サラリーマン時代の給与を越え、現在は、会社を経営するまでに至る。PPCアフィリエイトをはじめ、あらゆるアフィリエイト手法に精通し(特に、WordPressを使ったアフィリエイトサイトの展開が得意)、独自のビジネスモデルも開発・販売している。 一方で、アフィリエイターの育成・サポートも手掛けており、その数は500名以上ににのぼる。 |プロフィール詳細

関連するページがあります

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

スパム防止 * (半角数字でお答え下さい)

Close