腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(9999+)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
在Solr中使用"
terms
“与"select?qt=
terms
”
我在使用Solr4.2.0的"/
terms
“请求处理程序上遇到了困难。
terms
.fl=INDUSTRY&
terms
.prefix=P&
terms
=truehttp://localhost:8983/solr/collection1/qt=
terms
&
terms
.fl=INDUSTRY&
terms
.prefix=P&
浏览 0
修改于2013-04-12
得票数 5
1
回答
Wordpress
terms
un订单
我使用的是Wordpress的最新版本,我已经像往常一样创建了自定义分类和术语,但后台的显示却不像往常一样!选定的术语都在列表的顶部!如图所示: event中还有许多其他术语,但它们位于列表的底部,而不是event的子项。但在术语列表中,一切都很好: 那么有没有什么参数可以做到这一点呢?我已经搜索了插件或我的主题,但我没有看到任何东西。这是一个自定义的主题,我在其他网站上使用它没有问题。
浏览 6
提问于2019-07-19
得票数 0
1
回答
分页get_
terms
get_query_var('paged') : 1;$total = count(get_
terms
('job_taxo')); 'taxonomy' => 'job_taxo', 'orderby' => 'term_order
浏览 10
修改于2022-09-27
得票数 0
回答已采纳
3
回答
Get_
terms
(“类别”)
我试图用下面的代码用get_
terms
函数显示这些类别:$categories_count = count($categories
浏览 1
提问于2012-06-16
得票数 0
回答已采纳
1
回答
使用$posts和$
terms
我有一个定制的分类法,我需要能够get_the_
terms
和打印每个帖子的术语。正如在中提到的那样,这是通过预先实现的。php$
terms
= get_the_
terms
( $post->ID , 'position' ); if( $posts
浏览 2
提问于2015-11-09
得票数 0
回答已采纳
1
回答
Elasticsearch如何替换"
terms
“查询?
对于以下查询,如何获得与较旧的ES 5匹配的命中分数 "query": { "should": [ "
terms
"例如,同时包含这两个术语的命中在ES 5中排名更高:"_score": 0.60353506, when 2of 5
terms
浏览 19
修改于2019-02-05
得票数 0
3
回答
在WordPress中,get_
terms
和get_the_
terms
有什么不同?
我的问题是get_
terms
和WordPress中的get_the_
terms
有什么不同?例如,我知道get_the_
terms
给了我一组帖子附加到它们上面的类别,但我真的不明白get_
terms
是做什么的,它与get_the_
terms
有什么不同? 谢谢你们所有人。
浏览 3
提问于2014-07-24
得票数 10
回答已采纳
1
回答
get_
terms
()类卡片
php $
terms
= get_
terms
( 'deko_category' ); echo '<div class="col-md-4">'; foreach ( $
terms
浏览 2
提问于2022-03-18
得票数 1
1
回答
过滤"get_
terms
“查询
我目前正在使用以下方法从自定义分类法中获取数据: 'taxonomy' => 'my_custom_taxonomy_name', '
浏览 0
提问于2019-04-26
得票数 0
1
回答
Jquery UI自动完成"
terms
“
我使用的是jquery Ui自动补全库,一切都很好,但我有一个问题,那就是url末尾的"
terms
=“。我需要的是查看"www.mysite.com/searchTerms=searchvar“的源代码,现在它会自动将"
terms
=searchvar”放在我输入的任何url的末尾。
浏览 1
修改于2011-04-21
得票数 0
回答已采纳
2
回答
get_
terms
返回错误
您好,当我尝试通过此代码在主题选项中get_
terms
(); $mycatalogs = array( -1=> 'Select a catalog' ); foreach ( $catalogs_
terms
as $catalog_term当我尝试print_r( $catalogs_
term
浏览 1
修改于2013-04-15
得票数 0
回答已采纳
1
回答
基于/
terms
的Solr搜索
wt=json&
terms
.sort=count&
terms
.limit=10?wt=json&
terms
.so
浏览 1
提问于2013-05-08
得票数 0
2
回答
无法导入QUERY_
TERMS
ImportError: cannot import name 'QUERY_
TERMS
' from 'django.db.models.sql.constants' (C:\Users\Android
浏览 2
修改于2019-12-03
得票数 5
1
回答
Elasticsearch - buckets_path agg on
terms
} } "aggs": { "
terms
浏览 213
修改于2020-06-09
得票数 1
2
回答
按层次排序get_
terms
()
, '', explode( ' ', trim($title)) ); foreach ( $titles as $kw ) { 'taxonomy' => 'product_cat', 'orderby' => 'parent', // I&
浏览 0
修改于2019-01-09
得票数 0
2
回答
get_
terms
定制订单
我使用get_
terms
函数按字母顺序排列自定义分类法的所有术语。然而,我的客户现在要求将其中一个术语放在最末尾(因此不按字母顺序排列)。有没有人对实现这一目标的最佳方式有任何建议?
浏览 0
提问于2015-04-17
得票数 2
回答已采纳
1
回答
get_
terms
()多少是太多?
当我注意到wp_count_
terms
()并没有像调用count( get_
terms
() )那样反映相同的数字时,我正在修改我的一个插件,通过相同的$args。我想要一个可靠的工作解决方案,所以我只调用了一个get_
terms
(),然后在数组上使用count()来获取计数。我的问题是:“在不拖慢一切的情况下,还能退回多少个条款”。
浏览 0
提问于2011-05-18
得票数 4
1
回答
合并wp_get_post_
terms
meta_query' => [['key' => 'episode_number','type' => 'NUMERIC',]] $episodes[$i] = wp_get_post_
terms
浏览 18
修改于2019-07-12
得票数 0
回答已采纳
3
回答
显示不带链接的分类术语- (get_
terms
,the_
terms
,wp_tag_cloud)
我尝试了多种解决方案,如get_
terms
、get_the_
terms
、the_
terms
、wp_tag_cloud,但我找不到一个解决方案。 谢谢。
浏览 0
提问于2011-02-24
得票数 4
1
回答
不包括双亲get_the_
terms
例:我想展示的是美国而不是世界或国家 if( 0 !
浏览 9
修改于2014-02-05
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券