Support

Account

Home Forums General Issues images as choices in select field Reply To: images as choices in select field

  • I do not get it, Im sorry.
    Here my situation clearly explained:

    I have a custom post type called ‘manufacturers’ this custom post type has a custom field called ‘manufacturer_logo’, this is an image field that returns the image url.

    Now in my other custom post type, called ‘reviews’ I created a custom field called ‘manufacturer’ this is a ‘post object’ field type that has post type set at ‘manufacturers’

    When I add a review and select a manufacturer, I need the php code that pulls the ‘manufacturer_logo’ field from the selected post in the ‘manufacturers’ field and echoes the image url.

    for example, I add a review and select ‘Apple’ as the manufacturer, Apple is a custom post and contains a image in the ‘manufacturer_logo’ field, I need the url of that image to be echoed on the review page.

    You get it? Thanks for trying to help! really appreciate it!