在文章内页增加编辑标签链接,在登录后直接对文章进行编辑,而无须繁琐操作:
<?php if($this->user->hasLogin()):?>
<?php if($this->user->pass('administrator','true')):?>
<a href="/admin/write-post.php?cid=<?php echo $this->cid;?>" target="_blank">编辑文章</a>
<?php endif;?>
<?php endif;?>
操作完毕。