The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.
I created a custom post type called sermons and then created a view to display the list of them. The CPT shows fine but the view is just blank. This is the first time I have done this so I might be missing something but in views I have selected the CPT sermons and then made a page hidden link where I added the shortcode. Please help.
I see the issue. The reason why it is showing up blank is because between <wpv-loop></wpv-loop> There are no shortcodes to tell views what information from the post to display.
To allow views to display some information you can use the Loop wizard as a starting point to populate the view with some of the post information.