Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] Remove "Address" in Ceate a Listing area

    Hi,

    Is it possible to remove the "Address" (input area) in the Create a Listing area?

    Thank you.

    7735
  2. function the_listing_image_gallery() {...

    function the_listing_image_gallery() {
    $listing_id = get_the_ID();

    $attachments = va_get_listing_attachments( $listing_id, VA_MAX_IMAGES );
    if ( empty( $attachments ) )
    echo '<section...
Results 1 to 2 of 2