Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなことを行って、ユーザーがブログの所有者であることを確認したいと思います。
<b:if cond='is_admin'> (display an admin button) </b:if>
推奨事項はありますか?
ありがとう!
答えは次のとおりです。
<b:if cond='data:post.editUrl'> <span expr:class='"item-control " + data:post.adminClass'> (display an admin button) </span> </b:if>
ご迷惑をおかけし申し訳ございません!
ありがとう