Hi team
How should this file to my child theme - wp-content/plugins/wpdiscuz/assets/js/wpdiscuz.js, after amending it?
to the exact same location in child theme?
Thanks
Patrick
Hi team
I am so sorry. i mean after amending this file:
wp-content/plugins/wpdiscuz/assets/js/wpdiscuz.js
Where should i put it in child theme in order to skip from potential loss of future updates?
Many thanks
Patrick
Hi @pyue6299,
Currently, you can customize only the following two files:
- wpdiscuz.css in /wp-content/themes/mytheme/wpdiscuz/
- class.WpdiscuzWalker.php in /wp-content/themes/mytheme/wpdiscuz/
The other files cannot be customized in this way.
You should edit the codes in the file itself and copy the file somewhere else and replace the copied file after the plugin update.
thanks