织梦怎么样批量替换织梦所有的文章来源和作者

织梦的模板中有织梦文章来源作者的标签调用,但是想要替换的话,一个一个替换就太麻烦了,所以一定会选择批量替换。
1.打开dedecms网站根目录,找到 \templets\article_add.htm(发表普通模板)和article_edit.htm(修改普通模板)这两个文件,分别把:
<input name="source" type="text" id="source" style="width:160px" value="<?php echo $source; ?>" size="16"/>和<input name="writer" type="text" id="writer" style="width:120px" value="<?php echo $arcRow["writer"]?>"><input name="selwriter" type="button" id="selwriter" value="选择" />
分别改为:
<input name="source" type="text" id="source" style="width:160px" value="网址.com" size="16"/>和<input name="writer" type="text" id="writer" style="width:120px" value="作者名字"><input name="selwriter" type="button" id="selwriter" value="选择" />
2.登陆dedecms后台—>模板—>默认模板管理—>article_article.htm(文章内容页模板),把<small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-dH:i',@me)"/}<small>来源:</small> {dede:field.source/} <small>作者:</small>{dede:field.writer/} <small>点击:</small><scriptsrc="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:fieldname='id'/}&mid={dede:field name='mid'/}" type='text/javascript'language="javascript"></script>次</small>
改为:
<small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-dH:i',@me)"/}<small>来源:</small> 网址.com<small>作者:</small>作者名字<small>点击:< /small><script src="{dede:fieldname='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript'language="javascript"></script>次
3.保存之后,进入dede后台,依次选择:内容维护—>全选—>审核
4.生成—>一键更新网站—>更新所有–—>开始更新。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/7a9666723a1aa0903d19dc33680f4631.html