Navigation überspringen

[Gelöst] How to delete views

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

How to delete views?

Solution:

- Go to "Toolset > Settings > General".

- Find the "Editing experience" section.

- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.

- Reload the browser page.

- Go to the newly added "Toolset > Views" menu.

- There you will be able to edit the views.

This support ticket is created vor 4 years, 2 months. 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 4 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von nadavL vor 4 years, 2 months.

Assistiert von: Christopher Amirian.

Author
Artikel
#2328155

Hi,

Is there any way to count on how many posts I've fielded a specific custom field?

My goal is to see if there is any use of some fields I have and remove them if they are not being used.

Thanks

#2328205

Christopher Amirian
Unterstützer

Sprachen: Englisch (English )

Hi there,

You can create a simple view using the view block and use the post type that you have custom fields associated with as the main data source.

Inside the view, you can use the Single Field option to show the custom field in question.

So the custom field will show if there is a value and will not if there is not.

For more information:

https://toolset.com/course-lesson/creating-a-view/

Thank you.

#2329527

Hi Christopher,

Great idea 🙂
Thank you very much.

Just one more question. Is there a way to delete a view? Not delete it from a specific page, but completely remove it so I'll have a bit less junk in the DB.

Thanks

#2329861

Christopher Amirian
Unterstützer

Sprachen: Englisch (English )

Hi there,

Would you please follow the steps mentioned below to do that?

https://toolset.com/forums/topic/remove-edit-views/#post-2298013

Thank you.

#2329897

My issue is resolved now. Thank you!