Implementation of the comment system (WordPress)
The task:
Standardly, neither WordPress nor Disqus are covered for commenting only on the post page itself.
You need to make sure that the comments of a particular post can be removed in a arbitrary place, for example on the category page or in post A to remove the comments from post B.
Of course, the appearance and functionality of the comments should be preserved, including adding new ones.
When upgrading, it is necessary not to touch the system files of WP and the Disqus plugin to keep the engine and the plugin updated.
Standardly, neither WordPress nor Disqus are covered for commenting only on the post page itself.
You need to make sure that the comments of a particular post can be removed in a arbitrary place, for example on the category page or in post A to remove the comments from post B.
Of course, the appearance and functionality of the comments should be preserved, including adding new ones.
When upgrading, it is necessary not to touch the system files of WP and the Disqus plugin to keep the engine and the plugin updated.