是否可以在 WordPress 中构建可编辑(在 wp-admin 中)下拉菜单?
是否可以构建一个下拉菜单,其内容(
标签内的文本)可以由用户(在wp-admin内)编辑和修改?(或者是否有任何插件?)
例如,就像本页下拉菜单中的文本一样: http://melbournecandy.com/day-tours-dates/
Is it possible to build a drop down menu which content (the text inside the <li>
tags) can be edited and modified by the user (within wp-admin)?
(or is there any plugin for that?)
For instance, like the text inside the drop down menu in this page: http://melbournecandy.com/day-tours-dates/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Wordpress 有一个名为菜单的内置功能,由 Woothemes 开发。如果您了解 HTML 和 CSS,您应该能够自己制作这样的下拉菜单。
我喜欢一个名为 Droppy 的 JQuery 插件,它可以将任何 HTML 菜单更改为下拉菜单。只需记住使用 CSS 对其进行样式设置即可。
http://onehackoranother.com/projects/jquery/droppy/
http://plugins.jquery.com/project/droppy
Wordpress has a built in feature called Menus which was developed by Woothemes. If you know HTML and CSS, you should be able to make such a dropdown menu yourself.
There's a JQuery plugin called Droppy I love that changes any HTML menu to a dropdown menu. Just remember to style it with CSS.
http://onehackoranother.com/projects/jquery/droppy/
http://plugins.jquery.com/project/droppy