Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WebサイトにDisqusコメントシステムをインストールするためのすべての指示に従いましたが、古いコメントフォームは引き続き表示されます。
私の質問は<?php comment_form(); ?>、コメントを表示するのに十分であるか、single.phpページに何か他のものが必要です。
<?php comment_form(); ?>
他に何に注意する必要がありますか?
他のコメントエンジンはインストールされていません。
ありがとうございました
わかりました。見つけました。を使用する代わりに、 を使用する<?php comment_form(); ?>必要がありました<?php comments_template(); ?>。それはトリックをしました
<?php comments_template(); ?>