custom field database
-
Hi there! I am creating a custom theme for my blog to make posting pretty straightforward. Thus, I’ve created 5 custom post types, with custom meta boxes and fields for each one.
For a particular custom post type, ‘concerts’, I have created a custom meta box that will contain all the information about the event. For the ‘venue’ field, I would like to create a dropdown that lets you choose between:
– ‘Add new’. In that case, some text fields would show up to enter the venue name, address, website….
-Venues that have already been registeredThis means that the information fields about each venue should be stored in a database, so that I don’t have to write them down every time I add a concert. Or at least that is my guess…
I have been searching online for a few days but I can’t seem to find anything useful, plus I am not very familiar with mysql
Any clue where I should search, any tutorial? Every help is appreciated!
For some extra points, I would also like to add a date and time picker, I’ve looked up here, but don’t know how to implement it.
Thanks in advance
- The topic ‘custom field database’ is closed to new replies.