All Tumblr themes allow ask boxes, folks. The issue is that not all themes have the link to the Ask Box – which is always http://example.tumblr.com/ask (replace example with your Tumblr username).
In order to add the ask box link to your theme, you need to actually edit the HTML code. Don’t worry, though, it’s quite simple.
{block:AskEnabled}
<a href="/ask">Ask Me Anything</a>
{/block:AskEnabled} |
Not to get too in-depth about Tumblr theme development, the {block:AskEnabled} block tells Tumblr that anything between that and the ending {/block:AskEnabled} block should be visible only if you have the Ask Box enabled in your settings. In this snippet, the HTML for adding a link to the ask page is what will be visible. If you don’t have the Ask Box enabled in your settings, then none of this will show.
Put this code in your template wherever you want the link to show up in your theme, and you’ll be good to go. It’s a good idea to copy and paste your theme code into a text file before you make changes – that way you have a backup in case you royally screw up (lord knows I have before).







