wordpress投稿記事数を表示
2009年11月20日

wordpressで投稿記事数を表示するにはプラグインを利用します。、
echo $numposts . ' posts';echo $numposts . ' 件';<?php if (function_exists('poststats')) { poststats(); } ?>■投稿記事数:<?php if (function_exists('poststats')) { poststats(); } ?><?php if (function_exists('fullstats')) { fullstats(); } ?><?php if (function_exists('blogstats')) { blogstats(); } ?><?php if (function_exists('poststats')) { poststats(); } ?><?php if (function_exists('commstats')) { commstats(); } ?><?php if (function_exists('catstats')) { catstats(); } ?><?php if (function_exists('regusers')) { regusers(); } ?><?php if (function_exists('userstats')) { userstats(); } ?><?php if (function_exists('pagestats')) { pagestats(); } ?><?php if (function_exists('modstats')) { modstats(); } ?><?php if (function_exists('recpost')) { recpost(); } ?><?php if (function_exists('reccomm')) { reccomm(); } ?><?php if (function_exists('recstats')) { recstats(); } ?>
最近の投稿
タグで絞り込む
人気記事
ブログについて
「wordpress投稿記事数を表示」 → http://bit.ly/9nqnWI