I customized a theme made by Cory, it's all good except one thing: I don't see the links that's supposed to be shown under the sidebar section "LINKS". See it here : http://lovekills.us
I have the code:
{block:HasLinks}
<div class="sidebar-block">
<h4>Links</h4>
<ul class="links">
{block:Links}
<li><a href="{URL}">{Label}</a></li>
{/block:Links}
</ul>
</div>
{/block:HasLinks}But it still wouldn't work? is there something wrong with the code itself?
Help me fix it please.
Thank you!

Help












