主题更新频率很快,每次更新后都是删旧文件夹,上传新文件夹。启用之后,各种设置,还有之前做过改动的都恢复原样了。担心时间久了忘记改过哪里,于是开帖记录。

第一处

functions.php 改过 记事改为电子书。

第二处

custom/pc/photography.php 修改了开头的菜单 将

            <?php $this->category(','); ?>

替换为

            <a href="https://cnvss.com">首页</a>
            <a href="https://cnvss.com/weiyu.html">微语</a>
            <?php $this->category(','); ?>
            <a href="https://cnvss.com/books/">书房</a>
            <a href="https://cnvss.com/links.html">邻居</a>
            <a href="https://cnvss.com/about.html">关于</a>

第三处

custom/pc/photo.php 和/ihone/photo. 修改了相册页点击缩率图跳转到图文详情页 将

 <a data-fancybox="gallery" data-caption="<?php $this->title(); ?>
 &nbsp;&nbsp;&nbsp;&nbsp;<?php $this->date('M d, Y'); ?>
 &nbsp;&nbsp;&nbsp;&nbsp;©&nbsp;<?php echo $this->fields->
 author ? $this->fields->author() : $this->author(); ?>
  " href="<?php echo $this->fields->photo ? $this->fields->
 photo() : $this->fields->thumb(); ?>">

替换为

  <a href="<?php $this->permalink() ?>" >