Reputation: 1997
I would like to verify that the user is the owner of the blog by doing something like the following:
<b:if cond='is_admin'>
(display an admin button)
</b:if>
Any recommendations?
Thanks!
Upvotes: 1
Views: 181
Reputation: 1997
the answer is:
<b:if cond='data:post.editUrl'>
<span expr:class='"item-control " + data:post.adminClass'>
(display an admin button)
</span>
</b:if>
I apologize for the inconvenience!
Thanks
Upvotes: 2