Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>There is also a problem with disqus code whereby if you want to have the comment count show on the front page but not a comment box (but have the comment box and comments as well as the comment count show on the Permalink page) you must do the following:</p> <p>Append #disqus_thread to the direct page link e.g. <code>&lt;a href="{Permalink}#disqus_thread"&gt;&lt;/a&gt;</code></p> <p>Do NOT wrap the disqus code in {block:PermalinkPagination}{/block:PermalinkPagination} as this will hide comments from the front page. Remove that block if it exists, and wrap the top part of the disqus script <em>only</em> in {block:Permalinkpage}{/block:Permalinkpage} - exact disqus code for Tumblr reproduced below;</p> <pre><code> {block:IfDisqusShortname} {block:Permalinkpage} &lt;script type="text/javascript"&gt;var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";&lt;/script&gt; &lt;div id="disqus_thread"&gt;&lt;/div&gt; &lt;script type="text/javascript"&gt; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); &lt;/script&gt; &lt;noscript&gt;Please enable JavaScript to view the &lt;a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}"&gt;comments powered by Disqus.&lt;/a&gt;&lt;/noscript&gt; {/block:Permalinkpage} &lt;!--&lt;a href="http://disqus.com" class="dsq-brlink"&gt;{Title}'s comments powered by &lt;span class="logo-disqus"&gt;Disqus&lt;/span&gt;&lt;/a&gt;--&gt; &lt;script type="text/javascript"&gt; var disqus_shortname = '{text:Disqus Shortname}'; (function () { var s = document.createElement('script'); s.async = true; s.src = 'http://{text:Disqus Shortname}.disqus.com/count.js'; (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s); }()); &lt;/script&gt; {/block:IfDisqusShortname} &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload