如何使用bones theme >自定义帖子类型在Wordpress中启用‘将此帖子粘贴到主页’选项...在custom-post-type.php文件中包含以下内容:
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'trackbacks', 'custom-fields', 'comments', 'revisions', 'sticky')它声明'sticky‘是一个选项,但在codex docs上不支持/不提供文档。
发布于 2017-07-19 02:12:59
显然,Custom Posts和Sticky不受支持(没有编写/安装插件)。从我所读到的来看。
https://stackoverflow.com/questions/45167773
复制相似问题