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
  • Display page's ACF fields on the same page
  • Display a specific post, page or CPT item with its fields
  • Display specific posts, pages or CPT items and their fields by using filters or by manually assigning items

Was this helpful?

  1. Tools

Demo Import

Import Demo to get started in seconds.

PreviousExport/ImportNextSettings

Last updated 11 months ago

Was this helpful?

Whether you're new to Advanced Views or you just want to get the basic setup quickly then this tool will help you with the following scenarios:

Display page's ACF fields on the same page

  1. Create 'draft' pages for Samsung Galaxy A53, Nokia X20 and Xiaomi 12T.

  2. Create an ACF Field Group called Phone with location set to those pages.

  3. Add a View called Phone with fields assigned from the Phone Field Group.

  4. Fill each page’s ACF fields with text and add the View shortcode to the page content.

Display a specific post, page or CPT item with its fields

  1. Create a 'draft' page called Article about Samsung.

  2. Add the View shortcode to the page content with "object-id" argument to Samsung Galaxy A53.

Display specific posts, pages or CPT items and their fields by using filters or by manually assigning items

  1. Add a Card for List of Phones with View Phone assigned and filtered to.

  2. Create a 'draft' page called Most popular phones in 2022 and add the Card shortcode to the page content.

Press the Import demo now button and wait a few seconds.

Note: When the process has completed, you'll see links to all the items for quick editing.

🛠️