I have the following custom post types set up in my wordpresss installation: Clients and Testimonials.
In Testimonials custom post types I have these fields (simplified):
- Testimonial quote
- Client name
In Clients custom post type I have these fields (simplified):
- Client name
- Client description
Question: Currently the "Client name" field in the "Testimonials post type is a text box but would like this to be a drop down list based on the entries in the "Clients" post type.
Ideally, I would like to do this without a plug-in if possible.
Thanks