| 开发者 |
wplake
wplakeorg |
|---|---|
| 更新时间 | 2026年4月3日 21:52 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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.
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.
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.
Create a Layout with your Options page fields, then set the object-id argument in the shortcode.
object-id="options" for any Options page.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.
Yes. Advanced Views can retrieve fields from various data sources supported by your field plugin, such as taxonomy terms or comments.
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.
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.
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.
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.
Yes, we maintain an official Git repository. You're welcome to open issues or PRs there.