腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(497)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
PHP请求
我在通过以下方式加载的XML文件中提供了一个票证列表:票的记录中包含两个字段,如下所示: <ticket> <custom-field type="List" name="Typ" id="1150963">Change Request</custom-field>
浏览 2
提问于2020-10-12
得票数 1
回答已采纳
1
回答
将permalink提供给没有标题的自定义Post类型
, 'exclude_from_search' => false, ...); 如您所见,我的report不支持title,而只支持
custom-fields
、comments和autho
浏览 0
提问于2012-12-12
得票数 1
回答已采纳
1
回答
无法更新双节点- Coupa SIM双节点形式的偏差
标题信息: <easy-form-response> <
custom-fields
> </
custom-fields
> </subject></easy-form-res
浏览 3
提问于2020-04-01
得票数 1
回答已采纳
1
回答
正在尝试将自定义字段添加到标题
if ( in_array( $pt_cv_id, array( 'e3cd1844un', '60d308bw40' ) ) ) { $args[ 'title' ] .= " " . strip_tags( $args[ '
custom-fields
' ] ); unset( $a
浏览 13
提问于2020-10-29
得票数 1
1
回答
如何制作“`wp list-table`”显示我在自定义邮政中拥有的`定制-字段‘
我需要wp-list-table在我所拥有的每个custom-post中也显示
custom-fields
,我不知道如何做到这一点,在这个图像中,它显示了包含以下字段的表:Title、Author和发布日期:我想要的是能够选择将出现哪个
custom-fields
,例如Title、Carta、Naipe、Author和发布日期: 📷
浏览 0
提问于2018-09-16
得票数 0
回答已采纳
1
回答
以编程方式修改wordpress中的页面支持
override_pages($args, $post_type){ $args['supports'] = array('title', '
custom-fields
revisions' ); add_post_type_support( 'page',
浏览 4
修改于2021-04-29
得票数 0
1
回答
Shopware 6应用程序如何翻译自定义字段
<
custom-fields
> <name>minds_show_category_discount</name>like to input a text that is translatable --> </custom-field-set> </
custom-fields
浏览 3
提问于2022-11-28
得票数 0
1
回答
更新自定义post类型以支持注释,但未出现注释
'supports'=>array('title','editor','revisions','thumbnail','excerpt','
custom-fields
','author')'supports'=>array('title','editor','revisions','thum
浏览 0
提问于2015-08-11
得票数 0
2
回答
WordPress自定义post类型-无效的post类型?
'title', 'excerpt', //'
custom-fields
'title', 'excerpt', // '
浏览 4
修改于2017-04-06
得票数 0
回答已采纳
1
回答
Angular -是否可以为构造函数中的代码编写测试用例?
(event: NavigationEnd) => { if(this.currentPath.indexOf('/
custom-fields
spectator.component.isCustomfieldsPage = true; spectator.component.currentPath = 'https://csc.com/admin/
custom-fields
浏览 0
提问于2021-11-30
得票数 0
2
回答
标记在我的自定义post类型中不起作用
'excerpt', '
custom-fields
浏览 0
修改于2014-05-02
得票数 0
1
回答
添加Gutenberg编辑器以编辑分类法(类别)页面
'menu_icon' => 'dashicons-schedule', 'supports' => array('title', 'e
浏览 0
提问于2022-12-13
得票数 0
2
回答
向woocommerce支持中添加“页面-属性”
默认情况下,在woocommerce插件中,它只支持 $supports = array( 'title', 'editor', 'excerpt', 'thumbnail', '
custom-fields
浏览 0
提问于2017-12-01
得票数 0
回答已采纳
1
回答
角删除页面刷新时的URL参数
: this.route, queryParams: { view: 'edit' }}); 然后,URL变成 https://someurl.com/grids/admin/
custom-fields
浏览 1
提问于2021-12-03
得票数 1
1
回答
create_posttype()中未显示的特色图像
'has_archive' => true, 'supports' => array( 'title', 'editor', 'comments', 'excerpt', '
custom-fields
浏览 2
修改于2016-07-27
得票数 0
回答已采纳
1
回答
启用粘滞选项(Bones主题/Wordpress)
文件中包含以下内容: 'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', '
custom-fields
浏览 3
提问于2017-07-18
得票数 0
1
回答
以正确的方式向自定义帖子类型添加自定义字段
'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', '
custom-fields
', ), 我已经试过这个了
浏览 13
提问于2019-09-10
得票数 0
2
回答
如何在现有的CPT中注册post_meta字段,然后使用get_post_custom()再次调用它?
post_type_supports( 'organizer', '
custom-fields
' )){ add_post_type_support( 'organizer', '
custom-fields
浏览 0
修改于2019-08-27
得票数 1
回答已采纳
1
回答
使用插件创建CPT时为自定义Post类型启用自定义字段
但是它也不起作用function custom_child_init() { add_theme_support( '
custom-fields
浏览 0
提问于2019-09-26
得票数 0
回答已采纳
1
回答
在菜单中添加页面类型
'supports' => array( 'editor', '
custom-fields
query_var' => true, 'title', &
浏览 0
提问于2012-08-16
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券