Advanced Views – Display Custom Fields (ACF, Pods, MetaBox), Posts, CPT and Woo Products anywhere in Gutenberg, Elementor, Divi, Beaver…

Advanced Views – Display Custom Fields (ACF, Pods, MetaBox), Posts, CPT and Woo Products anywhere in Gutenberg, Elementor, Divi, Beaver…

توسط

Display content with full control over selection and layout. Lightweight and compatible with any theme or page builder.

⭐ Why Choose Advanced Views?

Advanced Views is a framework that empowers you to create the layouts and selections you need, without bloatware or heavy dependencies.

Solid by design: craft modular and reusable layouts. Avoid repetition, style conflicts, and messy code snippets.
Content-driven: pull content dynamically, with granular filtering and sorting options, built on top of the native WordPress Query. Master advanced database queries with post fields, taxonomies, and meta values.
Time-saver: automate the groundwork and data fetching. Focus on creating while leaving typical routines behind.
Fully customizable: directly access the template code to create advanced elements, like Grids and Sliders, and harness your theme styles and scripts.
Easy to embed: copy and paste a native WordPress shortcode to add layouts anywhere.

🧩 Plenty of Use Cases

Custom fields and Post Types are essential to WordPress. Advanced Views natively supports them – giving you the freedom to pull, mix, and combine them in a common layout.

Popular scenarios include:

Displaying custom fields:

🔹On a single page: to enrich landing page sections
🔹CPT-wide: estimated delivery time for all Products
🔹Site-wide: contact details from the Options page
🔹User-specific: fields of the current user in a custom banner or profile page

Displaying Posts, Products and CPT:

🔹Posts: blog posts from a specific category
🔹WooCommerce: related Products in a grid or carousel
🔹Event lists: Show upcoming events, hide past events
🔹Real Estate listings: properties by location, size, or type
🔹Locations map: display all pick-up location markers on a single map
🔹Reviews and Comments: product reviews or user comments

🔗 Multiple Content Sources

Advanced Views is vendor-independent and plugin-agnostic – so it will work with WordPress Posts, WooCommerce Products, and any CPT on your website.

Learn it once and use it everywhere with built-in support for:

🔹All Custom Post Types registered in WordPress
🔹WordPress post fields (title, featured image, author, taxonomy terms…)
🔹Woo Product fields (price, sku, stock status, weight…)
🔹Advanced Custom Fields (whether it’s text, select, image, gallery, repeater or relationship)
🔹MetaBox fields (like map, oEmbed, taxonomy, group… )
🔹Pods fields (from WYSIWYG, price, date and time… )

You can integrate data from any external source, including API-based, directly into Layouts using snippets.

🚀 Powerful features

Whether you’re a developer working on a child theme, a web creator using a page builder, or a tech-savvy website owner, Advanced Views makes the process easier with:

🔹Storage options: craft Layouts using the on-site editor, or edit them inside your favourite IDE, with git-friendly templates.
🔹Multilingual-friendly: translate any text or label in the Layouts using your favourite tool (like WPML or Polylang)
🔹Automatic template validation: keep all the Layouts up-to-date with bulk validation, and get prompted to update the relevant layouts when used meta fields have been changed.
🔹Template engine options: opt for the Twig or Blade template engine site-wide, or mix it up and make a per Layout decision.
🔹Just-in-time assets loader: get layout styles and scripts injected just-in-time, on a per-page basis. Make fast page loading and great speed metrics your defaults.
🔹Live reload and Dev mode: see live changes to Layouts on the page, and find used layouts without searching.

📚 Extensive Documentation & Friendly Support

🔹Helpful guides, FAQs, tips, and common use cases with code snippets
🔹Lite users are supported via the public wordpress.org forum
🔹Pro users get priority support via our website
🔹Actively maintained and tested against the latest WordPress releases

🔓 Unlock More with Advanced Views Pro

Advanced Views Pro takes your content displays to the next level with extended features:

Layouts get:

🔹Repeater, Group, and Flexible fields support – display complex nested fields — including repeaters within repeaters.
🔹Gutenberg block option – turn any layout into a Gutenberg block with a single checkbox. Same template with full markup control and zero React coding.
🔹Masonry, LightBox, Slider integrations – turn your Repeater or User fields into a slider, Gallery Images into Masonry, or enable LightBox for single images.
🔹Reusable components library – reuse existing Layouts on other websites with a single-click Git sync.

Post Selections get:

🔹Meta filters – precise post selections with filtering by meta fields: define bindings to URL arguments, current meta values, and more.
🔹Ajax pagination of results: choose between options for load more button, infinity scroll, or page numbers.
🔹Post carousels: turn queried posts into sliders.

Installation for Advanced Views Framework

From your WordPress dashboard:

  1. Visit the Plugins list, click “Add New”
  2. Search for “Advanced Views”
  3. Click “Install Now” and “Activate” for the Advanced Views plugin
  4. Visit the new menu item “Advanced Views Framework” and click “Add New” to create your first View

See our official plugin documentation for more.

Installation for Advanced Views: Pro edition

To purchase a Pro license key click here.
After payment you’ll receive an email with your license key which includes the Pro plugin archive.

  1. Visit the Plugins list, click “Add New”, then click “Upload Plugin”
  2. Click on “Choose File” and locate the downloaded Pro archive, then click “Open”
  3. Click on “Install Now” and wait for the package to upload and install, then click “Activate Plugin”
    Note: Lite plugin will automatically be deactivated. You can safely delete it from the Plugins list. (Don’t worry, deleting it won’t delete your data.)
  4. In the Plugins list for Advanced Views: Pro edition click “Activate your Pro license” or use the left admin menu and click on “License”.
  5. Copy and paste your Pro License Key, then click “Activate”

Enjoy all the features and settings the Advanced Views Framework has to offer with automatic updates.
Customers with an active Pro license have personal support via our support form.

سوالات متداول

What’s the difference between a Layout and a Post Selection?

A Layout defines how a single item is displayed (fields, HTML structure, styling).
A Post Selection queries posts from the database and displays them using the selected Layout.

How do I display a Layout or Post Selection on a page?

You can insert them using a shortcode anywhere on your site — including pages, posts, templates, or page builders.
Advanced Views Pro also allows inserting them as reusable blocks in the Gutenberg editor.

Can I display fields inside the Gutenberg Query Loop?

You can use the View shortcode inside the Gutenberg Query Loop element.

Please make sure you’ve added it via the built-in Shortcode block, as it won’t work properly with other block types, like Code or Custom HTML.

How do I display fields from an Options page?

Create a Layout with your Options page fields, then set the object-id argument in the shortcode.

  • If you’re using Advanced Custom Fields Options Pages, use object-id="options" for any Options page.
  • If you’re using Meta Box Settings Pages, use the specific ID of your Options page instead.
Can I customize the output template?

Yes. Advanced Views generates a starter template for each Layout and Post Selection which you can edit.

The plugin supports template engines like Twig and Blade, giving you full control over the output markup.

Can I display fields from taxonomy terms or other data sources?

Yes. Advanced Views can retrieve fields from various data sources supported by your field plugin, such as taxonomy terms or comments.

Can I display repeater or flexible fields?

Yes, but this requires Advanced Views Pro.
The Pro version supports complex field types such as repeater, group, and flexible content fields from plugins like Advanced Custom Fields.

Can I add pagination or load more posts with AJAX?

Yes. Advanced Views Pro includes AJAX pagination options, allowing you to load additional posts without refreshing the page.
This is useful for blog archives, directories, and large content lists.

Can I create reusable blocks for the block editor?

Yes. With Advanced Views Pro, you can register your Layouts as reusable blocks for Gutenberg.
This allows editors to insert dynamic content directly in the block editor.

Can I create sliders or galleries from queried posts?

Yes, this is available in Advanced Views Pro.
You can connect your Post Selections to sliders or gallery layouts to display dynamic content such as featured posts, testimonials, or portfolio items.

Does the plugin have a Git repository?

Yes, we maintain an official Git repository.
You’re welcome to open issues or PRs there.

×
نظری برای این آیتم موجود نیست.
0 0 رای ها
امتیازدهی
اشتراک در
اطلاع از
0 نظرات
قدیمی‌ترین
تازه‌ترین بیشترین رأی
بازخورد (Feedback) های اینلاین
مشاهده همه دیدگاه ها
نسخه حجم فایل SHA256 تغییرات دانلود
3.8.6 10 مگابایت -
دانلود
×
★★★★★
★★★★★
4.8 /5 (35 نظر)

قیمت:

رایگان

نگارش

3.8.6

آخرین انتشار

12 اردیبهشت 1405

آخرین بروزرسانی

2 ماه پیش

نصب های فعال

2,000+

نگارش وردپرس

وردپرس 5.5+

تست شده از نسخه

وردپرس 6.9.4

نگارش PHP

PHP 7.4+

نسخه ها

1 نسخه