日韩伦理亚洲欧美在线一区_免费看一级大片_在线观看视频一区二区_日韩大片高清播放器大全






    利用wordpress自身強(qiáng)大的查詢功能獲取當(dāng)前分類下的所有文章

    <?php 
        //get current custom post_type category
        $terms = get_the_terms( $post->ID, 'yourtaxonomy name' );
    
        // get the first term
        $term = array_shift( $terms );
        //get the slug 
        $get_current_slug = $term->slug;
    ?>
    <?php
    //create a new custom query_posts
    global $wp_query;
    query_posts( array( 
                        'post_type' => 'portfolio', 
                        'showposts' => 30,
                        'tax_query' => array( 
                                               'relation' => 'AND', 
                                               array( 
                                                      'taxonomy' => 'yourtaxonomy name', 
                                                      'field' => 'slug',
                                                      'terms' => array( 
                                                                        $get_current_slug,
                                                                        
                                                                       ) 
                                                    ) 
                                            ) 
                      ) 
    );               
    ?>                     
    <?php while ( have_posts() ) : the_post(); ?>
    <a href="<?php echo get_permalink($post->ID) ?>" class="cattitle">
    <?php the_title();?>
    </a>
    <?php endwhile; wp_reset_query();  ?>

     

    ? ? ? ? ? ? ? ? ? ? ? ?

    我們將在一個(gè)工作日內(nèi)聯(lián)系您

    ? ? ? ? ? ? ? ? ? ? ? ?

    免費(fèi)診斷您的獨(dú)立站及產(chǎn)品搜索量,制定您的海外營銷計(jì)劃

    班戈县| 宜章县| 福贡县| 临安市| 航空| 胶州市| 恭城| 鄱阳县| 安阳县| 西贡区| 雷山县| 凤城市| 珲春市| 琼中| 肥乡县| 长海县| 东台市| 平安县| 游戏| 北辰区| 东海县| 巴马| 克东县| 荣成市| 凌云县| 柳林县| 荔波县| 巨鹿县| 莎车县| 白沙| 临澧县| 固安县| 青岛市| 贵南县| 莆田市| 错那县| 湾仔区| 扶绥县| 巴林右旗| 嘉善县| 莒南县|