Show all photos uploaded

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #46192

    magnaromagna
    Expired Member
    Post count: 227

    Hi,
    I don’t know, but is there a way to show all pictures uploaded for the current listing? Should be helpful show all pictures uploaded by all users in a gallery. Is it possible to add a function to exact all upload photo (like the following) and call it to show all pictures? Like TripAdvisor, that shows in a gallery all photos (without having to scroll every review and click on “more”)

    Example of function

    
    
    function display_images_in_list($size = thumbnail) {
    
    	if($images = get_posts(array(
    		'post_parent'    => get_the_ID(),
    		'post_type'      => 'attachment',
    		'numberposts'    => -1, // show all
    		'post_status'    => null,
    		'post_mime_type' => 'image',
                    'orderby'        => 'menu_order',
                    'order'           => 'ASC',
    	))) {
    		foreach($images as $image) {
    			$attimg   = wp_get_attachment_image($image->ID,$size);
    
    echo $attimg;
    
    		}
    	}
    }

    Thanks

    #46271

    Paolo
    Site Admin
    Post count: 31206

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #46332

    magnaromagna
    Expired Member
    Post count: 227

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

    #46371

    Paolo
    Site Admin
    Post count: 31206

    A valid license is required to view this reply.

    You may need to login

    OR

    Buy either a Membership or valid license for this product.

    Thanks, Team GeoDirectory!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount