だから私はを使用していDisqus Plugin v2.65
ます。dsq-global-toolbar
Disqus コメントの上部にあるを編集しようとしています。
以下のタグが入っていますdisqus-comment-system/comments.php
<div id="disqus_thread">
<?php if (!get_option('disqus_disable_ssr')): ?>
<?php
// if (is_file(TEMPLATEPATH . '/comments.php')) {
// include(TEMPLATEPATH . '/comments.php');
// }
?>
<div id="dsq-content">
<ul id="dsq-comments">
dsq-content div
ただし、私のサイトには、と の間に動的に追加されるように見える複数のタグ (disqus-global-toolbar div) がありdsq-comments ul
ます。これはどこから来て、どこで編集できますか? どんな助けでも大歓迎です。