# Post

### Make field selection from;

* **Title** - For the title of the post.
* **Title with link** - For the title of the post with a link to the post.
* **Content** - For the editor content.
* **Excerpt** - For post description excerpt.
* **Featured Image** - For the featured image of the post.
* **Featured Image with link** - For the featured image with a link to the post.
* **Author** - For the author of the post.
* **Published date** - For the date the post was published.
* **Modified date** - For the date the post was last modified.

### How to use it

Select **Post & Product fields (WordPress, WooCommerce)** field *Group* to assign post fields to your *Layout*.

{% hint style="info" %}
Pro Feature: Author field from the Post & Product fields (WordPress, WooCommerce) has the [option to assign a *Field Layout*](https://docs.advanced-views.com/display-content/meta-fields/relationship-fields/relationship#display-fields-from-related-post-pro-feature).
{% endhint %}

### See it in action

[Visit the Playground](https://playground.wordpress.net/?blueprint-url=https://wplake.org/playground/advanced_views_lite-latest-101.json) and Navigate to Display Content > Post fields.

## FAQs

<details>

<summary>Excerpt not showing?</summary>

When assigning fields and using the Post & Product fields (WordPress, WooCommerce) Group with 'Post Excerpt / Product Short Description' from the list, it displays no Excerpt from the post description.

#### Turn on **Excerpt** support for your Custom Post Type.

For ACF - Visit ACF -> Post Types -> Advanced Settings -> General and enable "Excerpt".\
For CPT UI - Visit CPT UI -> Add/Edit Post Types -> Select -> Supports section -> Enable "Excerpt".

</details>


---

# 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://wplake.gitbook.io/advanced-views/display-content/wordpress/post.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.
