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






    利用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)品搜索量,制定您的海外營(yíng)銷計(jì)劃

    伊宁市| 大方县| 伊吾县| 旬阳县| 泾源县| 司法| 祁东县| 肇州县| 通城县| 红安县| 葫芦岛市| 灌南县| 广德县| 高雄市| 新竹市| 嘉义市| 巴林右旗| 上饶市| 郧西县| 鄂托克前旗| 延津县| 壤塘县| 泾川县| 加查县| 溆浦县| 武平县| 育儿| 柘荣县| 曲麻莱县| 安西县| 鹤峰县| 丰原市| 泗洪县| 安图县| 卫辉市| 康定县| 集安市| 象山县| 美姑县| 天长市| 新巴尔虎左旗|