Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ultimatewebuk

    (@ultimatewebuk)

    We have just added a function to the codex that you can use in your theme to get these separately – in fact for images the options was already there in the form of

    vp_propertyimages($vebraid, $filetype = -1)

    This returns a list of images for the property $vebraid and if a filetype is specified it will filter to that specific file type. The new function

    vp_propertyfiles($vebraid, $filetype = -1)

    does the same but for non-image files/urls. The filetypes are;

    0 = Image
    1 = Map
    2 = Floorplan
    3 = 360 tour
    4 = Ehouse
    5 = Ipix
    7 = PDF Details
    8 = External URL
    9 = EPC
    10 = HIP
    11 = Virtual Tour

    so how do i implement these, anyone know

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display Other Property Option’ is closed to new replies.