This shortcode retrieves and returns the title of the parent category for the current page.

**Shortcode:**

```js
[parent_title]
```

**Code Example:**

```js
<h1>[parent_title]</h1> 
```

!!!Note:
This shortcode has no attributes.
!!!
