Portfolio carousel
Showcase project screenshots, design details, before-and-after visuals, or selected case study images in a compact carousel.
Shortcodes Ultimate Feature
The WordPress Image Carousel shortcode creates responsive image sliders and carousels with a simple shortcode. Select images from the media library, show featured images from posts, add lightbox links, captions, autoplay, arrows, dots and more without writing code.
Use Image Carousel when you need a clean visual section for portfolios, product shots, travel galleries, featured posts, client logos, or any image-heavy content.
Add it to a post, page, widget, or template and adjust the output with shortcode attributes or the visual shortcode generator.
Image Carousel is not only a gallery. Use it as a reusable visual content block anywhere a focused slider or compact carousel helps the page.
Showcase project screenshots, design details, before-and-after visuals, or selected case study images in a compact carousel.
Display multiple product angles, service examples, or package visuals without turning the page into a long image stack.
Pull featured images from recent posts, selected posts, or category-based sources and link each slide to the original post.
Let visitors browse thumbnails inside the carousel and open full-size images in a lightbox when they want a closer look.
Use multiple columns, square crop, and spacing to present logos, partners, clients, sponsors, or press mentions.
Tell a visual story with captions, arrows, dots, and a one-column slider layout that keeps attention on one image at a time.
The [su_image_carousel] shortcode covers the common setup details for a responsive WordPress image carousel: sources, layout, crop, navigation, links, captions, autoplay, and image quality.
Choose Media Library images, selected posts, recent posts, or taxonomy-based sources.
Set columns from 1 to 8, from a classic slider to a multi-column carousel.
Use adaptive behavior to show a single column on mobile devices.
Use landscape, square, portrait, or no-crop layouts such as 16:9, 4:3, or 1:1.
Show captions and choose default, minimal, or photo slide styles.
Enable arrows, dots, and dark or light control styles.
Link slides to full images, a lightbox, custom URLs, attachment pages, or post permalinks.
Control autoplay intervals and transition speed, or disable autoplay when visitors need full control.
Select the WordPress image size used for slide image quality.
Advanced users can adjust the gallery query with the su/get_gallery_slides_query filter.
These examples use real [su_image_carousel] syntax. Replace sample media IDs, post IDs, categories, and taxonomy terms with values from your own WordPress site. For full syntax details, read the Image Carousel documentation.
Use a one-column layout when you want a classic image slider for a hero section, gallery intro, or visual story.
[su_image_carousel source="media: 34494,34495,34496" columns="1" crop="16:9" arrows="yes" dots="yes"]
Show several images at once on desktop and switch to a single-column layout on mobile.
[su_image_carousel source="media: 34494,34495,34496,34497" columns="3" adaptive="yes" crop="1:1" spacing="yes"]
Let visitors browse thumbnails and open full-size images in a lightbox.
[su_image_carousel source="media: 34494,34495,34496" link="lightbox" crop="4:3" captions="yes"]
Use featured images from recent posts and link each slide to the original post.
[su_image_carousel source="posts: recent" limit="6" link="post" captions="yes" crop="16:9"]
Build a visual carousel from posts in selected categories or taxonomy terms.
[su_image_carousel source="taxonomy: category/3,5" limit="8" link="post" columns="2" adaptive="yes"]
Use custom slide links from the media editor when every image should point to a different destination.
[su_image_carousel source="media: 34494,34495,34496" link="custom" target="blank" columns="3" crop="1:1"]
Start from the WordPress.org plugin listing or the Shortcodes Ultimate download page, then follow the shortcode generator workflow. You can also read the Shortcodes Ultimate setup guide.
Start from the free WordPress.org plugin listing or the Shortcodes Ultimate download page, then activate the plugin on your site.
Edit a post, page, widget area, or template where WordPress shortcodes are supported.
Use the Insert Shortcode workflow and select Image Carousel, or type the shortcode manually if you prefer.
Pick Media Library images, selected posts, recent posts, or a taxonomy source depending on the page goal.
Set columns, crop, links, captions, arrows, dots, autoplay, speed, and mobile behavior before publishing.
Start with the page goal, then pick the layout and link behavior that matches how visitors should use the visual content.
| Goal | Recommended settings | Why |
|---|---|---|
| Classic image slider | columns="1", crop="16:9", dots="yes" |
Focuses attention on one image at a time. |
| Portfolio grid carousel | columns="3", adaptive="yes", crop="1:1" |
Shows multiple projects while staying mobile-friendly. |
| Lightbox gallery | link="lightbox", captions="yes" |
Lets visitors inspect full-size images. |
| Recent posts carousel | source="posts: recent", link="post" |
Turns featured images into a visual content feed. |
| Category showcase | source="taxonomy: category/3,5" |
Highlights specific topics or collections. |
| Accessible manual carousel | autoplay="0", arrows="yes", dots="yes", outline="yes" |
Gives users control and preserves keyboard focus. |
Image Carousel gives you the shortcode controls, but the content still matters. Choose image sizes, crop ratios, slide count, link behavior, and autoplay settings that match the purpose of the page.
For image galleries, lightbox links often work well. For content feeds, post links usually give visitors the next step.
Yes. Shortcodes Ultimate works with the Block Editor. You can insert the generated shortcode into Shortcode, Paragraph, or Classic blocks depending on your workflow.
Yes. You can insert and edit the shortcode in the Classic Editor, including through the Insert Shortcode button if it is available in your setup.
Yes, where WordPress shortcodes are processed. Developers can also use WordPress shortcode functions in templates when appropriate.
Yes. Set link="lightbox" to open carousel images in a lightbox.
Yes. Use sources like posts: recent, selected post IDs, or taxonomy-based sources, then use link="post" if each slide should link to the post.
Yes. Use link="custom" and add custom links in the media editor according to the Image Carousel documentation.
Yes. Use adaptive="yes" to show a single column on mobile devices even when multiple columns are used on desktop.
Yes. Set autoplay="0" to disable automatic slide transitions.
Yes. Use the crop attribute to choose landscape, square, portrait, or no-crop layouts.
Check for JavaScript errors and plugin or theme conflicts, then consult the Shortcodes Ultimate documentation and support resources.