wordpress 特定タームの中のカスタムフィールドの値で絞り込み 2015年8月7日
Tag: |

wordpress 特定タームの中のカスタムフィールドの値で絞りこんで、一覧表示する方法

サンプル
カスタム投稿タイプ:copy
カスタムタクソノミー:copylist
ターム:new
カスタムフィールドキー(meta_key):メーカー
カスタムフィールド値(meta_value):リコー
<?php
$args = Array(
            'post_type' => 'copy',
	    'taxonomy' => 'copylist',
	    'term' => 'new',
            'posts_per_page' => 3,
            'meta_key' => 'メーカー',
            'meta_value' => 'リコー'
        );
$the_query = new WP_Query($args);
if($the_query -> have_posts()):
    while($the_query -> have_posts()): $the_query -> the_post(); ?>
<li><a href="a">
<p class="img"><?php echo wp_get_attachment_image(get_post_meta($post->ID, 'img1', true),'thumbnail'); ?></p>
<p><?php echo get_post_meta($post->ID,"メーカー",true); ?></p>
<hr>
<p class="gray"><?php the_title(); ?></p></a>
</li>
   <?php endwhile;
endif;
wp_reset_postdata(); ?>

New

Aechive

Tag

css Facebook facebookカスタマイズ Facebookページ font functions.php google NEWマーク RSS single.php webツール WEBデザインツール Wordpress アーカイブ カスタム カスタムフィールド カスタムフィールドテンプレート カスタム投稿 カテゴリー カレンダー サイドバー ターム テキスト テンプレートタグ プラグイン ヘッダ ページ ポップアップ メニュー 並び替え 並べ替え 人気 便利 分岐 印刷 年別アーカイブ 投稿 投稿記事 改行 文字数 文法チェック 最新記事 月別アーカイブ 特定カテゴリー 画像