SO网友:Dan.
如果你只想给本地人post
post类型,然后将其放入函数中。php
add_action(\'init\', \'my_theme_setup\');
function my_theme_setup(){
add_theme_support( \'post-formats\', array( \'aside\', \'gallery\' ) );
}
现在,Post Format meta框将出现在Post创建/编辑页面的屏幕下方。
要传递到的可用post格式的完整列表add_theme_support
功能-https://codex.wordpress.org/Post_Formats