The taxonimies plugins strips blank space in terms added via the listing manager and as a result the advanced search box fails to populate.
See aroud line 97 of wlt_custom_taxonomies.php
$NewTax = strtolower(htmlspecialchars(str_replace(” “,”-“,str_replace(“&”,””,str_replace(“‘”,””, ….
This is a problem if you try and add a term such as ‘Trinidad and Tobago’. Single words seem to work fine.
This reply is for PremiumPress customers only.
462
Views
1
Replies
Copyright © 2010-2025 PremiumPress Limited.
The taxonimies plugins strips blank space in terms added via the listing manager and as a result the advanced search box fails to populate.
See aroud line 97 of wlt_custom_taxonomies.php
$NewTax = strtolower(htmlspecialchars(str_replace(” “,”-“,str_replace(“&”,””,str_replace(“‘”,””, ….
This is a problem if you try and add a term such as ‘Trinidad and Tobago’. Single words seem to work fine.
Members Only Content
This reply is for PremiumPress customers only.
Login Now