Gravity Theme Fix!
So some people had been asking me about issues with the blogroll tab for the theme NOT the page. I figured out the problem.
I was missing tags >.<
You have three options:
1. Recopy and paste the code (I updated it).
2. Copy the following:
{block:Following} <li><div class=”tpbox”><div class=”tpc”> <div class=”tc_b”> {block:Followed}<a href=”{FollowedURL}”><img src=”{FollowedPortraitURL-30}”> <div class=”pers”>{FollowedName}</div></a>{/block:Followed} </div> <div style=”position: absolute; margin-left: 40px; margin-top: 40px;”><span class=”tpt”>BLOGROLL</span></div> </div></div></li> {/block:Following}And replace the code that is between START BLOGROLL and END BLOGROLL
or
3. Add {block:Following} and {/block:Following} to that section as exampled above.
Sorry for the mistake!