# Twenty Twenty-Three

Twenty Twenty-Three has a different selector structure than a lot of themes. While FSE is catching on and themes are changing, we will update the selectors as needed.

{% embed url="<https://wordpress.org/themes/twentytwentythree/>" %}

These selectors are for reference until they can be built into Menu Helper.

### Twenty Twenty-Three Selectors

#### Comments Container

```javascript
.wp-block-comments
```

#### Comments List Container

```
.wp-block-comment-template
```

#### Comment Form

```
#commentform
```

#### Respond Textarea Selector

```
#respond
```

#### Comment Textarea Selector

```
#comment
```

#### Comment Submit Button Selector

```
#submit
```

#### Paging Links Selector

```
.wp-block-comments .wp-block-comments-pagination a
```

#### Comment Links Selector

```
.wp-block-comments a[href*="/comment-page-"]
```
