Skip Navigation

[Resolved] Delete Everything Related to Toolset and Start Over?

This thread is resolved. Here is a description of the problem and solution.

Problem:
How to delete all content created with Toolset?

Solution:
You can use a plugin such as WordPress reset to revert the database to its initial state and wipe all content. Or if you need to delete only Toolset content you would need to delete content and settings through the WordPress backend or using database queries as described below: https://toolset.com/forums/topic/delete-everything-related-to-toolset-and-start-over/#post-606662

Relevant Documentation:

This support ticket is created 6 years, 10 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by GTD9219 6 years, 10 months ago.

Assisted by: Nigel.

Author
Posts
#606610

Is it possible to delete all Toolset data + content + DB "stuff" and start over?

I deleted all the custom post types, but it seems the individual [cpt] posts were not deleted. I know this because I installed the Types beta and activated many-to-many, and it found the orphaned posts.

#606662

Nigel
Supporter

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

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

Do you have other content you want to preserve or can you delete all content?

You can delete all content (effectively revert WP to when it was installed) using a plugin such as https://wordpress.org/plugins/wordpress-reset/

If you only want to delete the posts created using Toolset that should be done while Toolset is active, so that you can see the post types in the admin screens and delete them from there (bulk selecting and deleting if necessary).

You can then run a tool such as https://wordpress.org/plugins/advanced-database-cleaner/ to remove orphaned custom fields etc.

If Toolset is not active and the post types not registered, then you cannot access them from the admin screens and would need to run a SQL query directly on the database to remove them, using phpMyAdmin to make this easier. (You can run phpMyAdmin from within your WordPress admin pages using the ARI Adminer plugin.)

Or you can re-register the same post types using Types and then you should see the old posts in the admin pages again, from where you can delete them.

#606886

Thanks for the details reply!