Sep 11, 2020 7:47 am
Hi
Do you have CSS or JavaScript to display/move Tags field before the Title field, on Add Topic form?
Thanks
1 Reply
Sep 11, 2020 12:13 pm
Hi @mplusplus,
Please try the following js code:
jQuery('.wpf-topic-tags').prependTo('.wpf-topic-form-wrap');
The JS code should be added in the current active theme JS files.