Web系のお仕事全般やってます!Webシステム構築、ホームページ制作 etc.
トップ
TOP
ブログ
BLOG
お問い合わせ
CONTACT
TOP
>
ブログ
>
Wordpress
>
サブクエリ
TOP
Webシステム構築
ホームページ制作
ホームページリニューアル
WordPress導入
お問い合わせフォーム設置
EC-CUBE導入
MovableType導入
ブログ
お問い合わせ
facebook
twitter
instagram
Wordpress
サブクエリ
2017.03.05
$args = array(‘post_type’=>’news’,…);
$query = new WP_Query($args);
if($query->have_posts()): while($query->have_posts()): $query->the_post();
…
endwhile(); endif;
wp_reset_postdata();
Tweet
Blog Category
すべて (28)
各種機能実装 (3)
備忘録 (1)
お得な情報 (1)
jQuery (1)
CSS (6)
.htaccess (6)
Wordpress (6)
PHP (1)
用語 (2)
知っていると役に立つ情報 (1)
その他 (0)
PAGE TOP