angus
(Angus McLeod)
30 Julio, 2021 05:57
2
¡Hola @Fixapc ! Puedes lograrlo aplicando tu propia plantilla de publicación. Consulta las instrucciones aquí. Tendrás que eliminar 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…