[カテゴリーについて]のビデオでは、show_posts
とアンダーバーを入れていますが、これは間違いです。
正しくはアンダーバー無しのshowpostsになります。
サンプルコード
<?php query_posts('showposts=2&cat=2');
while (have_posts()): the_post(); ?>
[カテゴリーについて]のビデオでは、show_posts
とアンダーバーを入れていますが、これは間違いです。
正しくはアンダーバー無しのshowpostsになります。
サンプルコード
<?php query_posts('showposts=2&cat=2');
while (have_posts()): the_post(); ?>