This article on WP Beginner covering how to add custom post type selections into an advanced search form. Fearless Flyer writes an article covering searching a custom post type with specific taxonomy terms applied to it via dropdown menu selects. A full on thread on WordPress Stack Exchange covering advanced search across multiple post types Full Article…
Viewing 1 to 4 of 4 items
Pure CSS Dropdowns for wp_nav_menu
This is bullet proof down to IE7- Yea! As used by WooThemes for their great work – check out this JS Fiddle. Just use this css:
List custom post types in dropdown
Firstly declare the variable: (customcategory) Secondly the array for adding the post: and finally create the dropdrown from the get_post_types function: Taken from WordPress Stack Exchange.