Advanced Views Docs
Live PlaygroundDownload PluginGet PRO
  • 💡Help Centre
  • ⚡Getting Started
    • Introduction
      • Key Aspects
      • Creating Your First View
      • Creating Your First Card
      • Plugin Terms
      • Plugin Interface
        • Field Options
    • Installation
      • Advanced Views Lite
      • Advanced Views Pro
      • Comparison Table
      • Upgrading from Lite to Pro
    • Supported data vendors
    • Starter theme
  • 🌟Display Content
    • WordPress
      • Post
      • Taxonomy terms
      • User
      • Comments
      • Menus
    • WooCommerce Product
    • Meta fields
      • Basic fields
        • Number
      • Content fields
        • Image
        • File
        • WYSIWYG
        • oEmbed
        • Gallery
      • Choice fields
        • Select/checkbox/radio
        • True / False
      • Relationship fields
        • Link
        • Post_object
        • Page Link
        • Relationship
        • Taxonomy
        • User
      • Advanced fields
        • Google Map
        • Google Map Multiple Markers
        • ACF OpenStreetMap Field
        • Date/time picker
      • Layout fields
        • Group (Pro)
        • Repeater (Pro)
        • Flexible (Pro)
    • Object fields
    • Custom Data (Pro)
    • Custom Gutenberg Blocks (Pro)
    • Mount Points (Pro)
    • Front-end assets management (Pro)
  • 🦸‍♂️Query Content
    • Basic Filters
    • Meta Filters (Pro)
      • Current Post
      • Comparison
      • Dynamic Injection
    • Taxonomy Filters (Pro)
    • Pagination (Pro)
    • Custom Data (Pro)
  • 🏆Shortcode Attributes
    • Common Arguments
    • View Shortcode
    • Card Shortcode
  • 🧙‍♂️Templates
    • Customizing the Template
    • Template engines
      • Twig
      • Blade
    • CSS & JS
      • BEM Methodology
      • WordPress Interactivity API
    • File system storage
    • Pre-built components
    • Reusable components library (Pro)
    • Live reload
    • Multilingual
    • Custom Ajax & Rest API (Pro)
  • ☕Guides
    • Display Custom Post Type (CPT) on another post
    • Display Employees (CPT) of a Company (CPT)
    • Display Nested Repeater Fields
    • Map Marker from ACF Image
    • Display all CPT items on a single map
  • 🛠️Tools
    • Export/Import
    • Demo Import
    • Settings
    • Preview
  • 🏹Troubleshooting
    • Compatibility
    • Report a bug
    • Payment Issues
    • Lite Support (Forum)
    • Pro Support
  • ⚙️Customization
    • Filters and Hooks
      • View
      • Card
    • Suggest a feature
    • Performance
Powered by GitBook
On this page
  • Make field selection from;
  • How to use it
  • See it in action
  • FAQs

Was this helpful?

  1. Display Content
  2. WordPress

Post

Assign fields from WordPress built-in post fields and metadata.

PreviousWordPressNextTaxonomy terms

Last updated 11 months ago

Was this helpful?

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 (WordPress) field Group to assign post fields to your View.

See it in action

FAQs

Excerpt not showing?

When assigning fields and using the $post$ group with 'Excerpt' 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".

Pro Feature: Post (WordPress) Author field has the .

and Navigate to Display Content > Post fields.

🌟
option to assign a View
Visit the Playground