如何验证访问 Blogspot 博客的用户是否是该博客的所有者?

发布于 2024-10-22 02:33:49 字数 155 浏览 1 评论 0原文

我想通过执行以下操作来验证用户是否是博客的所有者:

<b:if cond='is_admin'>
(display an admin button)
</b:if>

有什么建议吗?

谢谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

江南月 2024-10-29 02:33:49

答案是:

<b:if cond='data:post.editUrl'>
    <span expr:class='"item-control " + data:post.adminClass'>
        (display an admin button)
    </span>
</b:if>

对于给您带来的不便,我们深表歉意!

谢谢

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文