hello, I'm using your mercury theme, I noticed that when you go to the permalink the notes are not showed, is there a way to make notes visible (to see who liked and reblogged the post)?
Hello! SSM here!
There is indeed a way!
Go into the customize HTML (where you pasted the code)
Near the very bottom of the code, look for:
{block:PermalinkPage}
{block:IfPostNotes}
{PostNotes}
{/block:IfPostNotes}
{/block:PermalinkPage}
Replace this code with:
{PostNotes}










