Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 2,071 through 2,085 (of 2,115 total)
3) Some themes don't use wodpress function the_content() to render the content, you can follow our document to add your theme Support for Content Templates:
I have a custom post type named "Videos" with only a single video input field for uploading video to the media library. On the archive page where all videos are being displayed I would like to display the video length on each video.
Solution:
There isn't such a built-in feature within Toolset plugins, you might consider custom codes, for example setup a custom shortcode for it.