腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(54)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
自定义固定链接结构: /%
custom-post-type
%/%custom-taxonomy%/%post-name%/
有一个名为"projects“的自定义帖子类型我有一个名为”-category“的自定义分类,它被分配给CPT”projects“项目/类别/项目名称/%
custom-post-type
浏览 29
提问于2014-05-16
得票数 26
回答已采纳
3
回答
Wordpress 3.9自定义post类型permalinks
当我升级我的wordpress到3.9,在管理面板(和现场)更改我的自定义帖子类型mysite.com/
custom-post-type
-是 mysite.com/archives/
custom-post-type
浏览 9
提问于2014-04-30
得票数 2
回答已采纳
1
回答
自定义Post类型的定制Permalink结构
当我单击'add new‘来创建一个新的帖子时,弹格总是默认为:-我希望帖子的永久链接包含着分类法的传家宝,以显示这样的东西:-我怎样才能做到这一点?
浏览 0
提问于2018-11-11
得票数 0
1
回答
更改自定义分类法URL段塞模式
website.com/{
custom-post-type
}/查看链接以便在自定义Post类型上使用的自定义标记分类法我希望自定义分类法看起来更像是在定制post类型下,如下所示. website.com/{
custom-post-type
}
浏览 0
提问于2012-09-11
得票数 1
回答已采纳
1
回答
如何具有自定义的post类型/示例/然后发布/示例/posts.html
例如:example.com/
custom-post-type
浏览 0
提问于2016-11-05
得票数 1
回答已采纳
1
回答
重复get_header()
我使用jQuery将单{
custom-post-type
}.php插入到头版的ajax容器中。我的单{
custom-post-type
}.php使用wp函数get_header(),我的首页使用get_header() to,所以所有东西都已经加载了。所以当我加载我的定制帖子时,它就崩溃了。如果我将get_header()从我的单一{
custom-post-type
}.php中删除,它就可以加载到我的头版。
浏览 1
修改于2015-02-03
得票数 1
回答已采纳
1
回答
关于将元数据从CSV加载到CPT的问题
wp_insert_post( array( "post_type" => $cpt["
custom-post-type
return; "custom-field-1" => "price_box", "custom-field-2" => &quo
浏览 0
提问于2018-08-30
得票数 0
1
回答
无法成功地检查数据库中是否存在带有标题的帖子
$posts = $wpdb->get_col( "SELECT post_title FROM {$wpdb->posts} WHERE post_type = '{$postTypeArray["
custom-post-type
zoneid"], "post_type" => $postTypeArray["<em
浏览 0
提问于2019-01-17
得票数 0
回答已采纳
1
回答
用于选择要显示哪些帖子以及要显示多少帖子的Worpdress选择框
我已经创建了一个
custom-post-type
,现在我想有一个选择框,在那里我可以选择我想要在特定页面上显示的帖子的数量和数量,例如首页。我怎样才能做到这一点呢? 任何线索都是有用的
浏览 6
提问于2018-08-24
得票数 2
回答已采纳
1
回答
无法成功检查数据库中是否存在带有标题的帖子
$posts = $wpdb->get_col( "SELECT post_title FROM {$wpdb->posts} WHERE post_type = '{$postTypeArray["
custom-post-type
zoneid"], "post_type" => $postTypeArray["<em
浏览 0
修改于2019-01-18
得票数 0
1
回答
woo_breadcrumbs函数和自定义post类型
有没有一种简单的方法来调用当前
Custom-Post-Type
的名称,并将其插入到home和category之间?functions文件夹中admin-fuction.php文件中的函数。 谢谢!!
浏览 2
修改于2012-11-25
得票数 0
1
回答
将所有博客文章添加到文件夹中
我可以通过permalinks设置这样做:但是,这也会影响自定义post类型,从而导致 /blogs/
custom-post-type
/the-custom-post-type-name
浏览 0
提问于2020-07-27
得票数 0
回答已采纳
1
回答
将WordPress网页上某个目录中的所有图像分页。
我考虑保存所有图像的名称,比如WordPress
Custom-Post-Type
(使用mysqli basic查询),并像任何其他出版物一样对它们进行分页,但是我认为,由于数量的原因,它会损害网站的整体性能(因为
custom-post-type
保存在与其他出版物相同的表中).
浏览 0
提问于2018-07-31
得票数 0
回答已采纳
1
回答
自定义Post类型:搜索结果-没有结果的模板
我的
custom-post-type
是一份房产清单,主页上有一张搜索表格。如果有匹配结果的属性或属性,则搜索表单工作良好。如果没有与其搜索匹配的属性,则出于某种原因,它会删除我的
custom-post-type
页面,并使用index.php显示页面。
浏览 0
修改于2016-04-27
得票数 0
1
回答
自定义Post类型模板存储在未显示在post属性下拉列表中的插件文件夹中
Template Post Type:
custom-post-type
我可以在主题文件夹中创建一个模板,它非常适合自定义post类型。
浏览 0
修改于2019-11-13
得票数 1
2
回答
来自XML的wp_insert_post仅插入第一篇文章
{ } $getposttype = array( "
custom-post-type
$posts = $wpdb->get_col( "SELECT post_title FROM {$wpdb->posts} WHERE post_type = '{$getposttype["
custom-post-type
["title&quo
浏览 0
修改于2021-02-17
得票数 0
1
回答
在基于permalink的文件夹结构中组织上传的媒体?
如果文件夹的结构与它们的permalinks完全相同,则会好得多:/wp-content
浏览 0
提问于2019-08-25
得票数 0
回答已采纳
1
回答
无法从wp_insert_post()获得post ID
title, $name){ 'post_title' => $title, 'post_type' => '
custom-post-type
浏览 0
修改于2018-06-07
得票数 1
1
回答
WordPress |接受带有可变参数的传入url
基本上,传入的url可能如下所示: http://mysite.com/
custom-post-type
/some-post/?
浏览 1
修改于2013-02-27
得票数 1
回答已采纳
3
回答
如何在jQuery lightbox (Wordpress)中显示Youtube视频?
zUN826BdvV4">title="Screenshot" src="http://localhost/
custom-post-type
浏览 0
提问于2011-01-16
得票数 1
回答已采纳
第 2 页
第 3 页
点击加载更多
领券