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 - 3,871 through 3,885 (of 4,013 total)
Problem: I would like to create a playlist feature so Users can add a video to an existing playlist or create a new playlist and automatically add the video to that playlist.
Solution:
There's no JavaScript API for Forms, so the best approach in this case is to use one Form and some custom code with the cred_save_data API. In the cred_save_data callback function, create a new playlist post programmatically using the wp_insert_post function. Then use the post relationships API toolset_connect_posts to connect the new playlist and new post.
Problem: I am using the Dynamic Pricing plugin to show different prices to different Users. When I use WooCommerce Views to display a View of Products sorted by price, the sort order doesn't seem to be working correctly.
Solution: WooCommerce Views sort by price feature won't work well with Dynamic Pricing, because only one price is supported per product. Remember to recalculate static values in WooCommerce Views whenever settings that affect price are modified, otherwise sorting by price may not be accurate according to the displayed price.
Problem: I have a View of posts. In the Loop of the View, I have placed a custom field shortcode to display the "header" field as text. There is a URL custom field on the same post, and I would like to make the header field text a clickable link, pointing to the URL custom field.
Solution: Create a link tag manually using HTML and Types field shortcodes: