-
文章列表 文章标题:<!--{$article_list.title}--> 文章链接:<!--{$article_list.url}--> 图片属性:pic="true" 随机排序:orderby="rand" 行号 (从1开始):<!--{$article_list.rownum}-->
ICMS2026-01-14 -
1.打开文章内广告 后台>系统>应用管理>钩子管理>文章系统方法修改为正文插入广告 2.修改广告系统文件 /app/plugin/plugin_textad.class.php 修改
ICMS2025-02-12 -
/\\w+(\\w+).html article.php?HASHID=$1
ICMS2023-04-23 -
location / { index index.html index.htm index.php; try_files $uri $uri/ /rewrite.php?$args; }
ICMS2021-10-09 -
新建一个目录名为sitemap的栏目,然后从 /template/tools/ 中复制一个名为 sitemap.baidu.htm 的ICMS自带网站地图XML模板,到自己的模板文件夹中,然后去ICMS系统后台,为前面新建的sitemap栏目,列表模板调用该 sitemap.baidu.htm 模板文件。
ICMS2021-06-03 -
<ul><!--{iCMS:article:list loop="true" row="20" }--> <!--{if $article_list.first}--><li><!--{/if}--> <!--{"$article_list.index % 2"}--> <span><!--{$article_list.title}--></span> <!--{if $article_list.index % 2}--> <
ICMS2020-07-13 -
获取 10个分类下 每个分类最新的10篇文章<!--{iCMS:category:list loop="true" row="10"}--> <a href="<!--{$category_list.url}-->"><!--{$category_list.title}--></a> <!--{iCMS:article:list loop="true" row="10" cid="$category_list.cid"}--> <a href="<!--{$article_list.url}-->&quo
ICMS2020-01-20 -
.pagelist a,.pagelist span {border-style: solid;border-width: 1px;border-color: #e91e63;margin: 5px;padding: 4px 10px;} .pagelist span.page_nowindex {background-color: #e91e63;}
ICMS2020-01-15 -
文章列表 文章标题:<!--{$article_list.title}--> 文章链接:<!--{$article_list.url}--> 图片属性:pic="true" 随机排序:orderby="rand" 行号 (从1开始):<!--{$article_list.rownum}-->
ICMS2020-01-15