Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I am using NextGEN Gallery as a kind of replacement for the standard Wordpress gallery function. I created a custom post type that is made to only show images like in an exhibition.

On upload I resize the images so they are all the same dimensions. When I insert the gallery into this post type via shortcode, I get a page with the tumbnails linked to the fullsize (resized) images.

What I want is that there are no thumbnails, I want to show the fullsize images directly. How do I do this?

Of course I could just change the thumbnail size so it matches the full size, but that does not sound like a good practice to me.

Also: Is it possible to only grab the first image of every gallery and display it? If so, how?

share|improve this question
Easiest answer is to build a custom gallery template for that. – webaware Jan 26 at 10:43

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.