How to add [LIKE] and [REBLOG] buttons to Elephant theme
Figured this might be of use to someone at some point, so here I go. I got a question from one user (http://grumpy-muffin.tumblr.com/) why he can't like/reblog my posts. After I managed to catch my dear son and make him fix this for me, he gave me this:
1. This works only if you're using Elephant theme!
2. In your template, find where your permalink is (look for <li><a href="{permalink}">∞ code in your template) and add the code from item 3.
3. <li><div style="float:left;margin-right: 5px;">{LikeButton size=15} </div><div style="float:left;">{ReblogButton size=15}</div></li>
This code is used for each post type in the template, so make sure you find all occurrences - otherwise your like/reblog buttons will not work for all post types.
Voila!
note: I put all the CODE in italic on purpose, in order to make it look different from ordinary text. Hope that's a good idea :)












