admin管理员组文章数量:1278722
I usually set a custom field customdata
for posts and pages, that I can obtain when rendering a page with this PHP code:
get_post_meta(get_the_ID(), 'customdata', true)
Is there a way to set a custom field customdata
to category mycat
, so that, when rendering the category view:
I can have access to customdata
too from PHP code?
本文标签:
版权声明:本文标题:php - Add a "custom field" to a category that can be retrieved when viewing the category page with get_post_me 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741240255a2363833.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论