Skip Navigation

[Resolved] Remove comma between two taxonomies in widget display

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

Our next available supporter will start replying to tickets in about 0.66 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 4 replies, has 2 voices.

Last updated by suzyo 2 years, 5 months ago.

Assisted by: Waqar.

Author
Posts
#2379833
Screen Shot 2022-06-07 at 3.27.59 PM.png
Screen Shot 2022-06-07 at 3.23.34 PM.png

How do I remove the comma displaying between 2 taxonomies? Code is in a widget. Thanks.

hidden link

#2380057

Hi,

Thank you for contacting us and I'd be happy to assist.

You can include the "separator" attribute in the "wpv-post-taxonomy" shortcode, to set a different separator or empty space between the terms:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-taxonomy

For example, to add empty space:


[wpv-post-taxonomy type="park-hour-and-season" separator=" "]

I hope this helps and please let me know if you need any further assistance around this.

regards,
Waqar

#2383039

Oh, Waqar, thank you so much!

I just filled in the widget and there it is! THANK YOU!

#2383601

Thanks for the update and glad that it worked.

You're welcome to mark this ticket as resolved and start a new one for each new question or concern.

#2384103

My issue is resolved now. Thank you!