05
January
[PR]
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
<!--▼ 人気記事 ▼-->
<?php if (function_exists('wpp_get_mostpopular')) {
$arg = array (
'range' => 'daily',//集計する期間(weekly,monthly,all)
'order_by' => 'views',//閲覧数で集計(comments(コメント数で集計),avg(1日の平均で集計))
'post_type' => 'post',//ポストタイプを指定(post,page,カスタムポスト名)
'title_length' => '50',//表示させるタイトル文字数
'stats_comments' => '1',//コメント数表示(1 or 0)
'limit' => 5, //表示数
'stats_views' => '0',//閲覧数表示(1 or 0)
'stats_comments' => '1',
'wpp_start' => '<ul class="wpp-list clearfix">',//サムネイルの幅
'thumbnail_width' => '182',//サムネイルの幅
'thumbnail_height' => '130',//サムネイルの高さ
'post_html' => '<li>{thumb}{title}{stats}</li>'//表示されるhtmlの設定({thumb}はリンク付きのサムネイル画像,{title}はリンク付きのタイトル,{summary}は抜粋文)
);
wpp_get_mostpopular($arg);//リストが出力される。
}?>
<!--▲ 人気記事 ▲-->