# Post Types

On the Post Types tab, you can configure the major settings of the theme post types.

{% hint style="info" %}
After applying the changes, the Permalinks settings should be re-saved under the Settings > Permalinks section. It is recommended to use the Post name (/%postname%/) permalinks.&#x20;
{% endhint %}

<figure><img src="/files/m7jFGmN2XGatLlp0HNpU" alt=""><figcaption></figcaption></figure>

There are **Services**, **Vacancies**, **Staff**, **Works**, **Testimonials**, **Events**, **Portfolio** post types available on the theme. The following settings are available for each post types:

<figure><img src="/files/F5ZpSqo7oKC9XrM1mJJO" alt=""><figcaption></figcaption></figure>

Let's have a look at these options.

### Disable

Enable/Disable the post-type.

<figure><img src="/files/2wIBRiWO3QZadyZqwYei" alt=""><figcaption></figcaption></figure>

When Post type is disabled, posts archive pages will not be available.

{% tabs %}
{% tab title="Default" %}

<figure><img src="/files/aompDIvnVYZCxI1LTvA8" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Post type disabled" %}

<figure><img src="/files/ogoNUwgGLSD1fVK3mVyE" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Archive Page

Enable/Disable the post-type archive page on the **Enable Archive** field.&#x20;

![](/files/-MVG3qwYKZ1CijAf7ISn)

{% hint style="info" %}
For the post-type archive pages, the settings configured under the **Archive Pages > General** section will be applied.
{% endhint %}

<figure><img src="/files/zMwR6IchhXkXt2lU3QL5" alt=""><figcaption></figcaption></figure>

### Single Page

Allow post types' posts to be opened as a single page by turning on the Enable Single Pages option.

![](/files/-MVG5AzZAb8ilDsAxOQQ)

<figure><img src="/files/DKPryNZn94MOnwCgRROx" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For the **Testimonials** post types, the **Single Page** option is not available.
{% endhint %}

### **Title**

The **Title** field changes the title of the post type on the Add New post type page.

{% hint style="info" %}
To demonstrate the following options, we will use the **Services** post type as an example.  All of the options below work in the same way for other post types also.
{% endhint %}

{% tabs %}
{% tab title="Default" %}
![](/files/-MVZIKcxPL0BsnmCpL_K)

![](/files/-MVZIv-whUA44iIRJydj)
{% endtab %}

{% tab title="Changed" %}
![](/files/-MVZJ08PVyOmm8XkqofJ)

![](/files/-MVZJ9x2O71i9Lf-4RAz)
{% endtab %}
{% endtabs %}

### **Plural Title**

The **Plural Title** field allows changing the post type title on the WordPress dashboard menu:

{% tabs %}
{% tab title="Default" %}
![](/files/-MVU8m3QRE7zh6Dq7x-E)
{% endtab %}

{% tab title="Changed" %}
![](/files/-MVU8_AruS7-0lWgbp0x)
{% endtab %}
{% endtabs %}

### All Items

Change the All \[Post type name] (e.g. All Services) menu item of the post type under the **All Items** section:

{% tabs %}
{% tab title="Default" %}
![](/files/-MVU9Svb-BqCzCRdKH1f)
{% endtab %}

{% tab title="Changed" %}
![](/files/-MVU9h1Of7ttRQHzFKOC)
{% endtab %}
{% endtabs %}

### Rewrite URL Text

Replace the default URL text of the certain post type on the **Rewrite (URL text)** field

{% tabs %}
{% tab title="Default" %}
![](/files/-MVUB-9E95SW6BFmK2hU)

![](/files/-MVUBWBB16OVXUK_KYvs)
{% endtab %}

{% tab title="Changed" %}
![](/files/-MVUC2_swpU1ZV7ZOuSp)

![](/files/-MVUCDLsnuJ1NTOxmM-4)
{% endtab %}
{% endtabs %}

### Icon

Also, you can change the post type's default icon on the WordPress dashboard menu on the **Icon** field.

Icons you can choose among [WordPress Dashicons](https://developer.wordpress.org/resource/dashicons). Select your needed icon here and insert the icon name on the **Icon** field.&#x20;

![](/files/-MVZCDBWmGoTvH3R0KJw)

{% tabs %}
{% tab title="Default" %}
![](/files/-MVZD0qQW3nO_qc1ITEM)
{% endtab %}

{% tab title="Changed" %}
![](/files/-MVZCRoHGZRFscR9fTQ-)
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/consulting-theme-documentation/theme-options/post-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
