Tagged Questions
1
vote
1answer
452 views
How can I implement faceted search with Wordpress 3.x?
I would like to allow visitors to a site to search for posts based on various attributes (categories, tags, custom fields).
I have tried using Solr, but this doesn't appear to work.
I tried using ...
2
votes
3answers
2k views
Using Shortcodes in WP-Menus in WP 3.1 (via nav_menu_objects)?
I've found this new plugin
http://wpsmith.net/wordpress/creating-multiple-custom-menus-in-wordpress-3-1
that is using a new 3.1 hook (wp_nav_menu_objects) to remove specific nav-menu-items from the ...
2
votes
2answers
2k views
wp_nav_menu doesn't generate parent/ancestor classes
I don't know why the proper classes for menu item are not generated - all the elements in the tree which has subtree get only menu-item menu-item-type-post_type. The elements, which don't have ...