---
title: "How to make a specific slide active in a WordPress Carousel?"
url: https://nexterwp.com/docs/make-specific-slide-active-in-wordpress-carousel/
date: 2023-02-17
modified: 2026-09-21
lang: en
author: "Aditya Sharma"
description: "A carousel starts on the first slide, which is right until the slide that matters most is the third one — the current month, the featured plan, the newest review...."
image: https://nexterwp.com/wp-content/uploads/2024/05/make-specific-slide-active-in-wordpress-carousel-1024x519.jpg
word_count: 551
---

# How to make a specific slide active in a WordPress Carousel?

## Key Takeaways

- Carousel Anything en Nexter Blocks Pro inicia en el índice que se configura, y la cuenta empieza en cero: 0 es la primera diapositiva y 2 muestra la tercera.
- El bloque escribe toda su configuración en el atributo data-splide, y Autoplay aparece activado por defecto con un intervalo de 1500 ms.
- El ajuste de diapositiva inicial es una posición fija, no una regla: no sigue el mes actual ni el elemento más nuevo, y al reordenar diapositivas cambia lo que se muestra al inicio.

A carousel starts on the first slide, which is right until the slide that matters most is the third one — the current month, the featured plan, the newest review.

The initial slide setting tells the carousel where to begin.

[LIVE BLOCK LINK](https://nexterwp.com/nexter-blocks/blocks/wordpress-advanced-carousel-sliders/)

## Before You Start

- **Edition:** **Pro** — the Carousel Anything block needs Nexter Blocks Pro.- **Block to enable:** Carousel Anything, switched on under **Nexter > Blocks** in your WordPress dashboard.- A **Carousel Anything** block with several slides — see the [Carousel Anything guide](https://nexterwp.com/docs/add-carousel-anything-in-wordpress/).- **Test with several slides.** A carousel with one slide has nothing to move to, so most settings will look broken when they are simply idle.

## Steps

- Select your **Carousel Anything** block.

![The initial slide setting](https://nexterwp.com/wp-content/uploads/2023/02/carousel-anything-carousel-layout-active-slide-new.png)

- Set the **initial slide** to the position you want.

- Publish and load the real page to check which slide appears first.

## How It Behaves

The position is passed straight to the carousel as its starting index.

- **Measured on a published page:** setting the initial slide to 2 rendered `start: 2` in the carousel configuration; the default rendered `start: 0`.- **Counting begins at zero.** Measured — `0` is the first slide, so `2` is the *third*. This is the thing to get wrong.- **It only sets the starting point.** Once the visitor moves the carousel, or autoplay does, it behaves normally.- **It is unrelated to the connection features.** If you want another block to control which slide shows, see the [Carousel Remote guide](https://nexterwp.com/docs/connect-carousel-remote-with-carousel-slider-in-wordpress/).- **Every setting ends up in one place.** The block writes its whole configuration into a `data-splide` attribute on the carousel, which is what the slider script reads. If a setting is not doing what you expect, that attribute is where to look.- **Autoplay is on by default.** Measured: a carousel with nothing configured rendered `autoplay: true` with a 1500 ms interval. If you want a static carousel you have to switch it off deliberately — see the [autoplay guide](https://nexterwp.com/docs/wordpress-carousel-slider-autoplay/).- **Measured with Nexter Blocks Pro deactivated:** the carousel renders nothing at all — no wrapper, no configuration and no slides. This is a Pro-only block.

## Limitations

- **Pro only** — measured with Nexter Blocks Pro deactivated, nothing renders.- **A number out of range has nowhere to go.** Setting 8 on a six-slide carousel leaves it with an index that does not exist.- **It is a fixed position, not a rule.** It cannot follow the current month or the newest item by itself — you set a number and it stays set.- **Starting mid-way hides the slides before it** unless loop is on, because the visitor has to go backwards to reach them.- **Adding or reordering slides silently changes what starts**, since the setting points at a position rather than a slide.

## Troubleshooting

### It starts on the wrong slide

Counting starts at zero. Measured: `2` renders `start: 2`, which is the third slide. Subtract one from the position you have in mind.

### Nothing changes

Check Nexter Blocks Pro is active, and that autoplay has not already moved the carousel on before you looked — see the [autoplay guide](https://nexterwp.com/docs/wordpress-carousel-slider-autoplay/).

### The earlier slides seem unreachable

They are behind the starting point. Switch infinite loop on so the carousel wraps around to them.

### It changed after I reordered the slides

The setting points at a position, not at a particular slide. Update it after reordering.

## Related Docs

- [Add Carousel Anything in WordPress](https://nexterwp.com/docs/add-carousel-anything-in-wordpress/)- [Connect Carousel Remote with a carousel slider](https://nexterwp.com/docs/connect-carousel-remote-with-carousel-slider-in-wordpress/)- [Carousel infinite loop scroll](https://nexterwp.com/docs/carousel-infinite-loop-scroll-in-wordpress-carousel-slider/)- [Advanced tab settings](https://nexterwp.com/docs/use-advanced-tab-in-nexter-blocks/)

## Frequently Asked Questions

**Q: Why does my carousel start on the wrong slide?**
A: Carousel Anything counts from zero, so the first slide is 0 and the third slide is 2. That is the usual reason a carousel opens one position earlier than expected. Nexter Blocks Pro passes the initial slide straight into the carousel as its starting index, so if you want the third item first, set the value to 2. This matters most when the slide order is easy to miscount.

**Q: What do I need before setting a specific slide as active in WordPress Carousel?**
A: Nexter Blocks Pro has to be active, because Carousel Anything is a Pro-only block. The block also needs several slides, since a one-slide carousel has nothing to move to and many settings will look broken when it is just idle. In Nexter, Nexter WP, NexterWP, nexterwp.com, Nexter Theme, Nexter Blocks, Nexter Extension, Nexter Suite, POSIMYTH Nexter, that setup is what makes the initial slide setting meaningful.

**Q: Does setting an initial slide work with autoplay or other carousel controls?**
A: The initial slide only sets where the carousel begins. Once a visitor moves it, or autoplay advances it, the carousel behaves normally from there. It is unrelated to connection features, so it does not control another block’s slide state. If autoplay is already on by default and moving the carousel before you inspect it, that can make the starting position look wrong even when the setting is correct.

**Q: How do I make sure the first visible slide stays fixed on a specific item?**
A: The initial slide setting is a fixed starting position, not a rule that follows content like the current month or newest review. If you need a specific item to stay first after changes, you have to update the number yourself. That distinction matters because adding or reordering slides silently changes what starts first when the setting points at a position instead of a particular slide.

**Q: Why do earlier slides disappear when I start in the middle of a carousel?**
A: Starting mid-way hides everything before that point unless loop is on. The visitor has to move backward to reach those earlier slides, so they can feel unreachable in a non-looping carousel. Turning infinite loop on solves that by wrapping around instead of stopping at the ends. That behavior is especially important when your most important content sits in the third or later position.

**Q: What should I do if changing the initial slide does nothing?**
A: Two things can make it look like nothing changed: Nexter Blocks Pro may be inactive, or autoplay may have already moved the carousel before you checked it. The page also notes that with Pro deactivated, nothing renders at all, no wrapper, no configuration and no slides. For testing, load the real published page and watch whether autoplay is masking your starting index.
