WP-Admin listing of venues and organizers with more columns/data
I would like to see more data fields in the admin dashboard listings for my venues and organizers, such as:
venues: address, city, hyperlink, phone number
organizers: name, email, web page, phone
Is that already possible?

Thanks for the idea!
4 comments
-
Anonymous commented
Please add more fields in the venue database admin screen listing venues. Address and city are of most importance.
-
Thanks for the Tip!
-
Anonymous commented
If you are still in need of this, here's what I did in my functions.php:
https://gist.github.com/LaFaucon/1e79baf52ad88fb464fe0a6c84245a7dBonne chance!
-
Although we don't have a built in way to do this yet, you might be able to do it with some customizing.
A starting point might be to check out WP's meta box API (to add a UI for this) http://codex.wordpress.org/Function_Reference/add_meta_box
and post meta API http://codex.wordpress.org/Function_Reference/update_post_meta.There may also be a mechanism with our plugin that could be repurposed, although it would be outside our scope of support to dig into that for you. Good luck!