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 - 1,141 through 1,155 (of 1,176 total)
Assign content templat to posts when import with "WP All Import" plugin.
Solution:
In each single post, there is a hidden custom field "_views_template", the field value is specific content template ID, you can try to setup that custom field as your specific content template ID when import.
It is a permission problem, Please try these in your website:
1) Install the Toolset Access plugin in your website
2) Toolset-> Access control-> Custom Roles
a) Enable advanced mode
b) Find user role "Administrator", click link "Change permissions", click "Views capabilities", enable option "toolset_edit_views", save and test again.