将自定义帖子作为wordpress管理区域菜单中的子菜单

时间:2014-09-19 00:46:13

标签: menu wordpress-theming wordpress custom-post-type

我创建了几个自定义帖子并将它们添加到菜单侧边栏,但是因为它是针对客户端的,所以我希望通过将这些自定义帖子按其"类别划分,使其更加整洁,更容易导航#34; (不是用wordpress术语)。

我需要的是创建具有多个自定义帖子子菜单的菜单项。我怎么能这样做?

作为示例,现在菜单看起来像这样:

> dashboard

> post

> page

> media

> custom post #1

> custom post #2

> custom post #4

> custom post #5

> settings

... etc.

我想要实现的是:

> dashboard

> post

> page

> media

> boats
    > custom post #1
    > custom post #2

> cars 
    > custom post #3
    > custom post #4

> bikes
    > custom post #5

> settings

... etc.
你能告诉我怎么做吗?我试过的插件只允许我添加分隔符。另外,我喜欢写作,学习和了解自己的代码。

1 个答案:

答案 0 :(得分:0)

你需要: