eyoucms 文章列表如何调用自定义字段
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eyoucms 文章列表如何调用自定义字段相关的知识,希望对你有一定的参考价值。
参考技术A 使用易优模板时,文章列表,栏目列表调用自定义字段时,如何调用呢?eyou:arclist titlelen='20' infolen='50' row='4' addfields='自定义字段名'
<li >
<div class="news-com"><img src="$field.litpic">
<div class="news-h"><a href="$field.arcurl" target="_blank" title="$field.title">$field.title</a></div>
</div>
/eyou:arclist
网站前端显示效果(css样式请自行填充)
转自:https://www.eyoucms.com/help/eyoujq/3357.html
eyoucms自定义404页面
404个性化页面自定义是我们很多时候都会有的需求,修改的办法也很简单,修改后记得自己拿小本本记着,下次系统更新如果被覆盖了,还可以再改回来,自定义404页面,PC、手机都可自己判断地址。方法:
Core/library/think/exception/handle.php 找到方法 renderHttpException
对原来的if判断进行一下改良,结果如下:
地址自动切换到pc/mobile目录下,所以两个目录都要有自己的404.html
if(‘404‘ == $status){
$mytemplate = hinkConfig::get(‘template.view_path‘);
$mytemplate = ROOT_PATH.$mytemplate.‘404.htm‘;
return Response::create($mytemplate, ‘view‘, $status)->assign([‘e‘ => $e]);
} elseif (!empty($template[$status])) {
return Response::create($template[$status], ‘view‘, $status)->assign([‘e‘ => $e]);
} else {
return $this->convertExceptionToResponse($e);
}
好了,这是二开办法,需要做成插件可以留言讨论
以上是关于eyoucms 文章列表如何调用自定义字段的主要内容,如果未能解决你的问题,请参考以下文章
有啥软件可以自定义字 也就是自己想写啥就写啥 并把写的字弄成