angus
(Angus McLeod)
16 أبريل 2021، 4:56ص
4
لا يتم إضافة الصورة المميزة إلى HTML المنشور الكامل افتراضيًا، لأنها ليست جزءًا من جسم المنشور. لإضافة الصورة المميزة، تحتاج إلى تعديل قالب المنشور كما هو موضح هنا
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…