2024年4月
« 4月    
1234567
891011121314
15161718192021
22232425262728
2930  
4月22

Custom Posts Per Page」を導入しました。

ここから、コードをダウンロードする。
ダウンロードしたperpage.phpsperpage.phpにリネームして、プラグインフォルダに入れる。
後は、有効化して終了。

$posts_per['home'] = 4;
$posts_per['day'] = 10;
$posts_per['month'] = 10;
$posts_per['search'] = 10;
$posts_per['year'] = 999;
$posts_per['author'] = 999;
$posts_per['category'] = 999;

デフォルトでは、

ホーム 4件
日別アーカイブ 10件
月別アーカイブ 10件
検索結果 10件
年別アーカイブ 999件
カテゴリー 999件

となっているので、ここの数字をいじる事で好みにカスタマイズできるようなります。

コメントをどうぞ

You must be logged in to post a comment.