Mô tả
This is a very lightweight plugin to simply add your defined sidebar widget areas as standard WordPress menu items. This is mostly useful for creating “mega menu” style dropdown menus.
Current solutions for adding mega menu support come with all sorts of overhead you probably don’t need. This plugin uses the default WordPress api to use widgets in your sub menus to add the content you may need in a mega menu, such as images, columns, shortcodes and other sub-menus. Style as you wish.
Translations
- English – default, always included
- French: disponible en Français!
Ảnh màn hình
Cài đặt
- Upload
sidebar-menu-items.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Under
Appearance > Menus
, you will now have a Sidebar items available to add to your menus.
Hỏi đáp
-
It simply gives you the tools to create the markup for a mega menu via widgets in your menu area. It does not style or add any javascript to your menus, this part is up to you.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Sidebar Menu Items” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Sidebar Menu Items” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
0.1.6
Updated readme.txt
0.1.5
Fixed bug with LoadHTML dom parsing
0.1.4
Fixed bug for mb strings and charset
0.1.3
Tested for 5.6
0.1.2
Fixed sub menu links being affected.
0.1.1
Fixed file structure
0.1.0
First version.