angus
(Angus McLeod)
30.Июль.2021 05:57:09
2
Привет @Fixapc , вы можете добиться этого, применив свой собственный шаблон поста. Ознакомьтесь с инструкциями здесь. Вам нужно будет удалить переменную {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…