angus
(Angus McLeod)
Julho 30, 2021, 5:57am
2
Olá @Fixapc , você pode conseguir isso aplicando seu próprio modelo de postagem. Confira as instruções aqui. Você vai querer remover a variável {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…