[wp-hackers] Select Menu to filter results by Custom Values

scribu scribu at gmail.com
Fri Nov 21 17:11:59 GMT 2008


There isn't a wp_dropdown_meta() function in WordPress, so I guess you'll
have to write a modified wp_dropdown_categories() function.

Also, you'll have to use a custom query, something like " SELECT * FROM
$wpdb->postmeta WHERE key='time' "

-- 
http://scribu.net


More information about the wp-hackers mailing list