|
|
1
0
这真的很直接,只是需要一点习惯。
https://codex.wordpress.org/Adding_Administration_Menus https://developer.wordpress.org/reference/functions/add_menu_page/ 这将指导您如何设置管理菜单。
我想你要找的是,为你的客户定制的帖子类型。。。 https://codex.wordpress.org/Post_Types
如果有点多,可以生成CPT代码: https://generatewp.com/post-type/ 然后看一下生成的代码,找出您自己应该编写的代码。 |
|
|
2
0
|