wp query - how to get wp_query posts only first letter of alphabet A?

I want to get all the data by wp_query only the first letter of title specific alphabet 'A'. My code will be l

I want to get all the data by wp_query only the first letter of title specific alphabet 'A'.

My code will be like:

 $the_query = new WP_Query( array(
         'posts_per_page'=>10,                                                                           
         'post_type'=>'trade-name',
         'orderby'=> 'title',
         'starts_with' => 'A',
         'order'   => 'ASC',
'paged' => get_query_var('paged') ? get_query_var('paged') : 1) 

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745584155a4634427.html

相关推荐

  • wp query - how to get wp_query posts only first letter of alphabet A?

    I want to get all the data by wp_query only the first letter of title specific alphabet 'A'. My code will be l

    20小时前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信