如何让一个菜单项调用另一个自定义帖子类型和自定义分类的超级菜单?

时间:2015-05-03 作者:Kazi Ali Noor

我正在尝试使用自定义帖子类型和自定义分类法构建层次目录,如中所述another question.

我的问题是,我不知道如何使这些帖子只从当前主导航菜单的一个菜单项访问,当我将鼠标悬停在该菜单项上时,会弹出一个大菜单。我不喜欢使用任何大菜单插件来完成这项任务,因为我的网站的性能由于使用了太多的插件而大大降低。

相反,我更喜欢使用自定义的超大下拉菜单,该菜单将使用CSS和jQuery构建,也可以使用Ajax。

顺序应该是这样的,

[Single Menu Item] >> [Mega Drop Down Menu]

Mega menu should contain both hierarchical and non-hierarchical taxonomies in several steps until I reach to my destination which is a single post that belongs to a specific custom post type.

But the most important fact is that before I reach to that post the way should be in multiple steps within that mega menu.

1 个回复
SO网友:Akın Aktansel

如果我正确理解了你的问题:

将永久链接结构设置为/%category%/%post%/

并从您的超级菜单中为分类法类别和单个帖子创建自定义链接。

结束

相关推荐

注册_NAV_MENUS,然后以编程方式创建菜单

我有一个register_nav_menus 调用我的主题函数。php://register nav menu and footer nav. register_nav_menus( array( \'main-nav\' => \'Main Navigation\', \'footer-nav\' => \'Footer Navigation\' ) ); 这很好,但我想采取额外的步