angus
(Angus McLeod)
Juillet 30, 2021, 5:57
2
Salut @Fixapc , tu peux y parvenir en appliquant ton propre modèle de publication. Consulte les instructions ici. Tu devras supprimer la variable {blogurl}.
The WP Discourse plugin uses HTML templates to add markup to Discourse comments for publishing on WordPress and to WordPress posts for publishing on Discourse. The text content of these templates can be customized on the plugin’s options page. To change the structure of a templates requires you to add a function to your theme’s functions.php file This howto will explain how to do that.
The templates
In the plugin’s code, the templates are static functions that return a mixture of html and templ…