Views is a WordPress plugin that lets you easily display content on your website's front-end in any way you choose.
Views User Guides include detailed documentation for creating lists of content, templates for content and archive page and also explain how to create parametric searches for any content type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 1,471 through 1,485 (of 1,568 total)
Problem: I have a nested View structure that shows parent posts in the outer View and child posts in the nested View. In some cases the parent post has no child posts, and I would like to hide those parent posts in the results. The problem is that the nested child post View is filtered. Is there a conditional that tests whether or not a parent post contains these filtered child posts?
Solution: You can solve this without custom code by restructuring the Views. Instead of displaying the parent post information in the outer View, display the parent post information in the nested child View, inside wpv-items-found but outside wpv-loop. Use the item attribute to display parent post information with any shortcodes in the nested View, since the post context in the nested View is the context of the child posts. The syntax for the item attribute is item="@relationship-slug.parent" in a typical one-to-many (O2M) relationship.
Problem: I would like to delete a WordPress Archive but I cannot find it in the list of WordPress Archives at Toolset > WordPress Archives.
Solution: The missing WP Archive is in "draft" status, not "publish". Draft archives are currently not displayed in the WP Archives list, so this one will not appear until it is published. From wp-admin > Toolset > Dashboard, click the link to edit this archive. Or if you know the draft archive ID, you can go directly to the archive editor at a URL like this:
Publish the archive temporarily, and it will appear in the main archives list at Toolset > WordPress Archives. Then you can Trash / Delete the archive from the list.