|
Using a CPT as a Taxonomy
Started by: Hector
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
7 years, 2 months ago
Hector
|
|
clean up
Started by: Steve
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the customer wanted to know if there is a way to permanently delete all the old custom fields that were created in types that are not being used.
Solution:
To remove old unused Custom Fields you just need to go to the post field control page at this link here : wp-admin/admin.php?page=types-field-control&domain=posts
This way you can remove your unused custom fields.
|
|
3 |
6 |
7 years, 3 months ago
triD
|
|
Sort custom post type by custom tax in admin
Started by: daveM
in: Types Community Support
Quick solution available
Problem:
How to sort custom post type by custom taxonomy in admin screen?
Solution:
There is no builtin option to sort custom post type by custom tax in admin.
You need to make it happen using custom coding, I have found a related tutorial to filter post or custom post type by a specific taxonomy term in the WordPress admin:
http://thestizmedia.com/custom-post-type-filter-admin-custom-taxonomy/
|
|
2 |
6 |
7 years, 3 months ago
daveM
|
|
Redirect a taxonomy to a static WordPress page…
Started by: Javier Félix Hernández Márquez
in: Types Community Support
Quick solution available
Problem: I have placed a taxonomy link in my Content Template using the wpv-post-taxonomy shortcode. Instead of linking to the term archive page, I would like to link to a static page that has the same name and slug.
Solution:
Use the wpv-post-taxonomy shortcode to construct a link to the page like this:
<a href="http://yoursite.com/[wpv-post-taxonomy type='autor' format='slug']">[wpv-post-taxonomy type="autor" format="name"]</a>
Relevant Documentation: https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-post-taxonomy
|
|
2 |
5 |
7 years, 3 months ago
Javier Félix Hernández Márquez
|