WordPressの記事一覧で抜粋表示やタイトルのみに
Blog 1月 19th, 2007[WordPress]の記事一覧は、デフォルトの状態では、
記事内容が表示されるようになっています。
抜粋表示にする方法
方法1)moreを利用する方法
記事投稿・編集時に、抜粋したいポイントの後に
クイックタグのmoreをクリックします。
クイックタグにmoreがない場合は、記事中に
<!–more–>をいれます。
方法2)抜粋表示オプションを利用する方法
記事投稿・編集時に、「抜粋表示オプション」に抜粋記事を入力します。
次に記事一覧を表示するテンプレートファイル(デフォルトの場合は、テーマディレクトリのindex.php)を修正し
the_content(‘Read the rest of this entry »’);
などとなっている部分を
the_excerpt();
に置き換えます。
方法3)文字数で自動的に抜粋させる
方法1、方法2だとそれまでに投稿した記事が大量にある場合、それぞれに
moreを入れたり、抜粋表示オプションを追加するのは大変な労力です。
本来、WordPressには、方法2で、文字数で自動的に抜粋させる機能があり
抜粋表示オプションがある場合は、抜粋表示オプションを表示
↓
抜粋表示オプションがない場合は、指定した文字数で抜粋させて表示
させることが可能ですが、日本語で利用するとうまく働いてくれません。
こちらに、その対処法が解説されていたのですが
閉鎖してしまったようですので、こちらに記載させていただきますm(_ _)m
/wp-includes/functions-formatting.php の Line 757 ~ 763 あたりで、
$excerpt_length = 55;
$words = explode(‘ ‘, $text, $excerpt_length + 1);
if (count($words) > $excerpt_length) {
array_pop($words);
array_push($words, ‘[…]’);
$text = implode(‘ ‘, $words);
}
となっているところを
$excerpt_length = 200;
if (mb_strlen($text)> $excerpt_length) {
$text = mb_substr($text, 0, $excerpt_length, “EUC-JP”) . “[…]”;
}
に置き換えます。文字数を変更したい場合は、$excerpt_length = 200;を修正することで対応ください。
タイトルのみにする方法
タイトルのみにするのは
記事一覧を表示するテンプレートファイル(デフォルトの場合は、テーマディレクトリのindex.php)を修正し
the_content(‘Read the rest of this entry »’);
などの部分をコメントアウトするだけです。
3月 4th, 2009 at 18:57:58
[…] ここ数日こまごまとカスタマイズしていますが、テンプレート自体を理解できていないので、(怖くて)CSSを操作する程度にとどめていました。今回は『S-page』さんのこちらの記事を参考にテンプレート自体を改変したので、記事にしてみました。 […]
6月 1st, 2013 at 4:57:51
smooth though almost all drip coffee makers brew coffee inside
the identical form, only a few drip coffee brewers
tend to be created equal! along with numerous assorted styles and models available it is very important so that you could perform some study .
It is a good idea to clean the glass pot every day with warm soapy liquid however some individuals just
provide it a simple rinse and render another pot immediately disregarding to
clean the collecting oil away of the in.
6月 28th, 2013 at 2:15:58
among the most important issues for these welding and cutting
equipments is actually the water cooler. You Are Able To find them as part of form suitable designs that help your
give stay flexible and buy them lined or perhaps actually unlined.
For job seekers, you can easily create a profile and also
upload your very own resume, opt in to have your resumes
viewable by our many subscribed users. Really, it_s a
bit more complicated than that, but the
concept is actually the same.
12月 30th, 2014 at 1:46:52
Great info. Lucky me I discovered your website by chance (stumbleupon).
I have saved it for later!