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?

本文标签: