カスタムフィールドの条件が一つの場合
[php]<?php
$args = array(
'posts_per_page' => -1, // 全件取得
'category' => array( 12,14 ), // カテゴリ
'meta_key' => 'finished', //カスタムフィールドのキー
'meta_value'…
<?php if(is_page(16)){ ?>
<img src="<?php echo get_template_directory_uri(); ?>/images/mainImg_<?php the_ID() ;?>.jpg" />
<?php } ?>
graffiti on the web
この投稿へのコメント
コメントはまだありません。