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 utiliziing a lightbox plugin on the shortcode. I have many images but i don't want to show all the thumbnails in my page.
How can i do it?

share|improve this question

closed as not a real question by Brian Fegter, Wyck, Chris_O, kaiser, toscho Sep 20 '12 at 8:27

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

The WordPress Codex has a page on the [gallery] shortcode. If you know the images you want to show then you can use the 'include' attribute like this

[gallery include="23,39,45"]

This would only show images 23,39 & 45

share|improve this answer
but can the jquery native gallery still display all images regardless of the includes? – NestedWeb Sep 15 '12 at 8:50

Not the answer you're looking for? Browse other questions tagged or ask your own question.