GuildWars Pages
GuildWars
RPGキャラクター
ビルドネタ
-
< ?php
query_posts('showposts=30&tag="GW-Build"');
while (have_posts()) : the_post();
echo '
- ';
echo the_title();
echo ““;
endwhile;
wp_reset_query();
?>
GuildWars カテゴリ記事
-
< ?php
query_posts('cat=3&posts_per_page=5');
if(have_posts()) :
while(have_posts()) :
the_post();
echo '
- ' . get_the_title() . '';
endwhile;
endif;
wp_reset_query();
?> - (
ディスカッション
コメント一覧
まだ、コメントがありません