开发者

Creating a Dynamic Horizontal Menu

开发者 https://www.devze.com 2023-01-08 11:17 出处:网络
I\'m trying to create a horizontal menu in WordPress that can be changed on the fly by non-technical users without editing the theme directly. i.e. The graphics department :). I\'m a .net developer an

I'm trying to create a horizontal menu in WordPress that can be changed on the fly by non-technical users without editing the theme directly. i.e. The graphics department :). I'm a .net developer and the way I would do 开发者_如何学Gothis in .net is to create a database with the attributes of the link, and make a user friendly back-end to display the contents with CRUD.

Is there an easier way of doing this in WordPress?


I assume you're building a theme? Base your menu on the new default WordPress › TwentyTen theme's menu; it has easily configurable drop down CSS menus. For IE support, see http://firelords.net/wp-plugins/ie6-support-2010/ie6-support-2010.zip

There are other plugins, too, that provide easy menu generation in the Admin section for themes in general: CSS Dropdown search WordPress Plugins

0

精彩评论

暂无评论...
验证码 换一张
取 消