hi! i have a question regarding disqus. i just installed it on my blog and i was wondering if it's possible to only have it appear on certain posts/pages? i.e. on posts originally by me/with a certain tag. i saw that it also appears on my /ask page which kinda bums me.
You could do it with {TagsAsClasses} and set which tags you want Disqus to show up with:
.disqus{display:none}.[TAG] .disqus{display:block}
This example would make Disqus hidden by default and only visible on the posts with the tags you specify. Meaning, the posts you want Disqus to show up would need a common tag to avoid having to type out every tag where the Disqus widget should be visible.
Also, make sure that your Disqus widget is inside {block:Posts}.
To keep the widget hidden from pages, wrap it in {block:Date}.













