|
Remove post type slug from post URL
Started by: Jorge Pecora
in: Toolset Professional Support
Quick solution available
Problem: I would like to remove the post type slug from my single post URL
Solution: Toolset can help you change the post type slug, but not remove it entirely. WordPress depends on slugs like this to differentiate between post, archive, and page URLs. Bypassing this system will require some complex rewrite rules that we do not provide here in the support forums.
Relevant Documentation:
https://codex.wordpress.org/Rewrite_API/add_rewrite_rule
|
|
2 |
3 |
6 years, 10 months ago
Jorge Pecora
|
|
Bulk update posts
Started by: raulE-2
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
6 years, 10 months ago
raulE-2
|
|
Register custom taxonomy using php
Started by: takoL
in: Toolset Professional Support
|
|
2 |
4 |
6 years, 10 months ago
Luo Yang
|
|
displaying same taxonomy twice.
Started by: Akhil
in: Toolset Professional Support
|
|
3 |
4 |
6 years, 10 months ago
Mohammed
|
|
Displaying taxonomy name in slider revolution.
Started by: Junichiro Taira
in: Toolset Professional Support
|
|
2 |
2 |
6 years, 10 months ago
Christian Cox
|
|
Global taxonomies
Started by: AlexanderN4266
in: Toolset Professional Support
Quick solution available
|
|
1 |
2 |
6 years, 10 months ago
AlexanderN4266
|
|
post type automatically assigned to a category
Started by: massimoS527
in: Types Community Support
|
|
2 |
2 |
6 years, 10 months ago
Beda
|
|
i can’t display taxanomy option when i add page as filter
Started by: alaE
in: Toolset Professional Support
Quick solution available
|
|
2 |
6 |
6 years, 10 months ago
Shane
|
|
How to only display a taxonomy term if it is set
Started by: ritaV
in: Toolset Professional Support
Quick solution available
|
|
2 |
9 |
6 years, 10 months ago
ritaV
|
|
Create Offers and responses
Started by: Kasper Dolczewski
in: Toolset Professional Support
|
|
2 |
4 |
6 years, 11 months ago
Luo Yang
|
|
Additional text before/iside a taxonomy
Started by: tomaszT
in: Toolset Professional Support
|
|
2 |
5 |
6 years, 11 months ago
tomaszT
|
|
How to display a custom field in backend based on the current post's taxonomy?
Started by: AtefR7377
in: Toolset Professional Support
|
|
2 |
2 |
6 years, 11 months ago
Minesh
|
|
Deleting custom taxonomy terms
Started by: AlexanderN4266
in: Toolset Professional Support
|
|
1 |
2 |
6 years, 11 months ago
AlexanderN4266
|
|
Format Hierarchical Taxonomies in Search Filters
Started by: AlexanderN4266
in: Toolset Professional Support
Quick solution available
Problem: I have set up a hierarchical taxonomy for my post type, and I would like to display a custom search filter for this taxonomy using checkboxes. I have this working, but the checkboxes in my custom search form View are not indented so it appears that all the checkboxes are at the same level in the hierarchy structure.
Solution: The checkboxes filter type does not support hierarchical indentation, unfortunately. The "multi-select" filter type will show hierarchy. You could also use custom code to create your own custom filter with HTML, and use the wpv_filter_query API to integrate the filter in the search query.
Relevant Documentation: https://toolset.com/documentation/programmer-reference/views-filters/#wpv_filter_query
|
|
3 |
6 |
6 years, 11 months ago
AlexanderN4266
|
|
I simply need to use rewrite tag %category% in my custom post type
Started by: Alessandro
in: Types Community Support
|
|
2 |
2 |
6 years, 11 months ago
Christian Cox
|