Navigation überspringen

[Gelöst] Toolse blocks on database

This support ticket is created vor 2 Jahre, 9 Monaten. 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.

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von garenM vor 2 Jahre, 9 Monaten.

Author
Artikel
#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
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+01: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!