上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: 首页获取文章列表信息 {w:lists field="id,catid,title,thumb,url,color,click,description,inputtime" modelid="1" thumb="1" limit="4" order="inputtime DESC" catid="1 阅读全文
posted @ 2023-08-21 11:26 浅岛连云 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 轮播图 {w:banner field="title,image,url,typeid,status" limit="10"}<ul> {loop $data $v} <li><a href="{$v[url]}"><img src="{$v[image]}" alt="{$v[title]}" t 阅读全文
posted @ 2023-08-21 11:25 浅岛连云 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <ul class="menulist"> <li><a {if !isset($catid)} class="current" {/if} href="{SITE_URL}">首页</a></li>{w:nav field="catid,catname,arrchildid,pclink,type 阅读全文
posted @ 2023-08-21 11:24 浅岛连云 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 网站LOGO <a href="{$site[site_url]}"><img src="{$site[site_logo]}" title="{$site[site_name]}"></a> 版权声明 {$site[site_copyright]} 网站备案号 备案号:<a href="http: 阅读全文
posted @ 2023-08-21 11:23 浅岛连云 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 会员相关 会员登录注册 {php $current_userid = intval(get_cookie('_userid'));}{if $current_userid} 你好:{get_cookie('_username')} <a href="{url_referer(0)}" target= 阅读全文
posted @ 2023-08-21 11:21 浅岛连云 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 搜索表单 <form method="get" action="{U('search/index/index')}" target="_blank"> <div id="searchtxt" class="searchtxt"> <div class="searchmenu"> <div class 阅读全文
posted @ 2023-08-21 11:18 浅岛连云 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 【公司信息】全部页面可用公司名称 {co('name')}公司地址 {co('address')}邮政编码 {co('postcode')} 联系人 {co('contact')} 联系手机 {co('phone')} 联系电话 {co('tel')} 传真号码 {co('fax')} 联系邮箱 { 阅读全文
posted @ 2023-08-21 10:00 浅岛连云 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Apache伪静态(即WxyCMS自带的.htaccess文件) <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d Rew 阅读全文
posted @ 2023-08-21 09:59 浅岛连云 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 1、把附件解压,放到twcms\block文件下面。2、调用方法{block:rand mid="2"}{loop:$data[list] $v}<p><a href="{$v[url]}">{$v[subject]}</a></p>{/loop}{/block}不传递参数mid,默认为2(读取文章 阅读全文
posted @ 2023-08-20 15:52 浅岛连云 阅读(8) 评论(0) 推荐(0) 编辑
摘要: TWCMS怎样获取当前文章的分类名称 代码如下: Markup {$tw_var[name]} 阅读全文
posted @ 2023-08-20 15:51 浅岛连云 阅读(5) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页