# Instructors List

The **Instructors List Shortcode** lets you showcase a list of instructors on any page or post. You can control how many instructors are displayed, how they're ordered, and how they're presented visually.

The `[dtlms_instructors]` shortcode is used to display a list of instructors with various style and layout options.

**General Parameters**

<figure><img src="https://content.gitbook.com/content/FWDykheMbBOzsPpHi9FR/blobs/PThTdwZFp4lN5YobdIrJ/instructor_listing_01.jpg" alt=""><figcaption></figcaption></figure>

<table data-header-hidden><thead><tr><th width="189.5555419921875"></th><th></th></tr></thead><tbody><tr><td><strong>Parameter</strong></td><td><strong>Description</strong></td></tr><tr><td><code>type</code></td><td><code>type1</code>, <code>type2</code>, <code>type3</code>, <code>type4</code>, <code>type5</code>, <code>type6</code>, <code>type7</code>, <code>type8</code>, <code>type9</code>, or <code>type10</code> – Choose the design layout style for the instructor listing.</td></tr><tr><td><code>image-types</code></td><td><code>default</code>, <code>with-border</code>, <code>rounded</code>, <code>rounded-with-border</code> – Choose how the instructor images are displayed.</td></tr><tr><td><code>social-icon-types</code></td><td><code>default</code>, <code>vibrant</code>, or <code>with-bg</code> – Choose the appearance style of the social icons.</td></tr><tr><td><code>columns</code></td><td><code>1</code>, <code>2</code>, or <code>3</code> – Set the number of columns for displaying instructors.</td></tr><tr><td><code>include</code></td><td>Comma-separated list of instructor IDs to display specific instructors (e.g., <code>101,102</code>).</td></tr><tr><td><code>number</code></td><td>Specify the number of instructors to display.</td></tr></tbody></table>

**Shortcodes**&#x20;

```
[dtlms_instructor_list image-types="with-border" social-icon-types="vibrant" columns="2" include="12" class="custom-class"]
```

<figure><img src="https://content.gitbook.com/content/FWDykheMbBOzsPpHi9FR/blobs/CW5TNuHdotuZn1D84thb/instructor_listing_shortcode.png" alt=""><figcaption></figcaption></figure>
