With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 766 through 780 (of 1,353 total)
Problem: I have a repeatable field group (RFG) that includes a custom file field and a custom text field. I would like to display links to download a the file, but I would like to display the text from the text field in the link instead of the full file path.
Solution: Create a View of the RFG and insert a custom HTML link in the loop:
Problem: I would like to use shortcode attributes to pass arguments into a View's Query Filter.
Solution: You can configure taxonomy filters and custom field filters to respond to separate shortcode attributes, and add those shortcode attributes to the view shortcode.
Problem: I have created a custom rewrite rule applied to custom taxonomy archives, such that the archive URL includes term slugs from two different taxonomies. I would like to filter a View placed in this archive by these two taxonomy term slugs.
Solution: Create two Query Filters in the View, one for each taxonomy term slug. Set each to respond to a different shortcode attribute. Use custom shortcodes to apply the term slugs from the URL to the corresponding shortcode attributes. Test each component individually by applying hard-coded shortcode attributes in the View shortcode and outputting the results from the custom shortcode separately.