single-ad_listing.php
New gallery!
The code I use to get images to the gallery is:
<?php if ( $cp_options->ad_images ) { ?>
<?php cp_get_image_url(); ?>
<?php cp_get_image_url_single( $post->ID, 'images', $post->post_title, -1 ); ?>
Everything works fine, but theres only one problem.
Always 1 image is showing up blury? Seems like one of the images loaded are a thumnail-image.
If having more then 1 image all the other images shows up OK.
But when looking at the "bad image" in pop-up it looks as good as the rest.
How can I just call the big images to my gallery
//
Thanks