LINEASOLIDO  Free FONTとか HomePage素材とか designとか。。。

customizable-post-listings 日本語版

2010/03/16 by saori  Posted in wordpress

最新の記事の表示をカテゴリーも含めて表示したかったので
wordpressのプラグインをさがしていたところ
プラグインCPL日本語版 ver 2.0.1
というものがありました。

ちょっとややこしいのかなぁと思っていたのですが
すごく詳しく書かれてあったのと、不具合の直し方まで説明があって
すんなり入れることができました。

特定のカテゴリーだけの表示もできるのですが

LINEASOLIDOの場合 
日付 カテゴリー ページという表示で
すべてのカテゴリー表示です。
最新の記事8件ぐらいで 下のようなタグをいれてみました。

見本はHOMEのTOPにあります。

<ul>
<?php c2c_get_recent_posts( $num_posts = ‘8′,
$format = "<li>%post_date% %post_categories_URL% &raquo; %post_URL%</li>",
$categories = ‘-’,
$orderby = ‘date’,
$order = ‘DESC’,
$offset = 0,
$date_format = ‘Y/m/d/’,
$authors = ”,
$post_type = ‘post’,
$post_status = ‘publish’,
$include_passworded_posts = false,
$extra_sql_where_clause = ” ); ?>
</ul>

関連ありそうな記事。こちらもどうぞ

Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.