Skip Navigation

[Resolved] Toolse blocks on database

This support ticket is created 2 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by garenM 2 years, 2 months ago.

Author
Posts
#2450927
sreenshot.png

Hey can you let me know where can i found the template in the view loop item in the database (photo attached)

#2450971

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Content Templates are stored as posts with a post type of 'view-template', so you can find them in wp_posts.

The most direct way to find the corresponding row in wp_posts is via the template id (which is the post ID), or filter by post type to see just the template entries.

#2450995

My issue is resolved now. Thank you!