2026年4月
« 4月    
 12345
6789101112
13141516171819
20212223242526
27282930  
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.