Typecho通过判断用户登陆状态,文章页面添加编辑文章按钮

Typecho 88

在Typecho中有些内容是希望登陆之后才可见,例如文章的编辑链接,可以用下面的方法实现。文章编辑代码如下:<?php if($this->user->hasLogin()):?> <a href="<?php $this->options->adminUrl(); ?>write-post.php?cid=<?php echo $this->cid;?>">编辑</a> <?php endif;?>独立页面编辑代码如下:<?php if($this->user->hasLogin()):?> <a href="<?php $this->options->adminUrl(); ?>write-page.php?cid=<?php echo $this->cid;?>" >编辑</a> <?php endif;?>

需要能玩这个游戏的老手机吗?

需要付费找各类手机游戏软件刷机包吗?

微信: lost155805 QQ: 1558050515

添加新评论