samueljellis
Member
Posted 5 months ago #
I'm trying to work out how to remove a couple of items which are appearing on all my blog posts. Check out the link below:
http://www.samueljellis.com/2011/11/27/i-broke-my-blog-dadlad/
And then below the DISQUS comments box, you will see the two links. From what I can work out, it looks like it is part of the DISCUS comments box.
Any ideas how I can disable these two links, and whether it has anything to do with DISCUS?
It's Disqus.
If you view source, you'll see the dsq-subscribe-email class wraps around them. Which means, y'know, disqus :D
Go to http://disqus.com and see if they have directions.
samueljellis
Member
Posted 5 months ago #
Ah yes, I see. Thanks - learning as I go (from a very low level!).
Found the right link on Disqus, sent support an email.
Hide "Subscribe by email" and "RSS" links
http://docs.disqus.com/help/69/
Any ideas how I edit the CSS for Disqus to amend that? Assume I need to edit the source code, rather than on every post each time?
You edit your theme's style.css
samueljellis
Member
Posted 5 months ago #
I've had a look, can't find any reference to Disqus in the theme's style.css?
Well ... yes. That's the point :) You're supposed to ADD those to your theme to teach it how to handle the display.
samueljellis
Member
Posted 5 months ago #
I spoke to Disqus, within the plugin there is an area where you could enter the code.
All done, working fine now, but thanks for the assist!