📜  wordpress 帖子类型支持缩略图 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:19.239000             🧑  作者: Mango

代码示例1
 array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' )
 ); 
  register_post_type('book',$args);
}
add_action( 'init', 'custom_post_init' );