With all the wonderful dropdown menu plugins out there, and the popularity of K2 you would think that finding a style that fits would be easy, unfortunately not. This is why I built a simple style for K2 that allows you to run dropdowns while only changing on line of code.
Go to http://tristatebaptist.org for a working model.
Download: http://webpages.charter.net/fiddlesticks/Drop/Dropdown.zip
Installation
- simply drop in the Place the Dropdown folder into the /wp-content/themes/k2/styles/ folder of your blog
- Check Dropdown in the K2 options
- Change the line in K2 to put multiple levels Example Change
wp_list_pages( $list_args );
to
* wp_list_pages( apply_filters(‘k2_menu_list_ ‘sort_column=menu_order&depth=2&exclude=0&title_li=’) );
That is it