Callisto
Callisto is a sci-fi inspired, clean and (not so) minimalistic Tumblr theme with subtle grunge elements. It puts emphasize on your content, not on its design elements. Enhances your personality and adds a pinch of sophistication to your blog.
Some of the functionality (Disqus comments and Google Analytics input box) is “hidden” in order to avoid breaking a rule for non-premium themes - “No custom widgets!”.
How to enable Discuss commenting?
- Backup the theme source if you have made any custom changes.
- Go to Customize -> Theme -> Custom HTML and look for two commented meta tags in the beginning of the source: <!—<meta name=”text:Google Analytics Code” content=”” /><meta name=”text:Disqus Shortname” content=”” />—> . Uncomment them by deleting “<!—” and “—>” that are enclosing the tags.
- Then search (Ctrl+F should work) the source for strings containing “Disable Disqus” (without quotes).
- Delete the whole row containing that string. There are 4 rows in total so repeat that for each one of them. Ehm.. Delete them all.
- Click “Save” (the second green button in the upper right corner).
- Go to Appearance, scroll down and fill your Disqus shortname in the box. Click “Save” again.
- Open your site and check if the comments are displayed and working. That’s it.
How to enable the Google Analytics input box?
- If you’ve done the above steps then skip this step. Otherwise go to Customize -> Theme -> Custom HTML and look for two commented meta tags in the beginning of the source: <!—<meta name=”text:Google Analytics Code” content=”” /><meta name=”text:Disqus Shortname” content=”” />—> . Uncomment them by deleting “<!—” and “—>” that are enclosing the tags.
- Then search (Ctrl+F should work) the source for strings containing “Disable GA” (without quotes).
- Delete the whole row containing that string. There are 2 rows in total so repeat that for each one of them. Ehm.. Delete them all.
- Click “Save” (the second green button in the upper right corner).
- Go to Appearance, scroll down and paste your Analytics code in the box. The box looks small but there’s room for all of it, don’t worry! Click “Save” again.
- Open your site and view the bottom of the page source if the code is there!