迅睿CMS框架是一款PHP8高性能·簡單易用的CMS開源開發(fā)框架,基于MIT開源許可協(xié)議發(fā)布,免費且不限制商業(yè)使用,是免費開源的產(chǎn)品,以萬端互聯(lián)為設(shè)計理念,支持的微信公眾號、小程序、APP客戶端、移動端網(wǎng)站、PC網(wǎng)站等多終端式管理系統(tǒng)。
聯(lián)系官方銷售客服
1835022288
028-61286886
我是新手,我想問一下怎么才能讓新聞中心的內(nèi)容頁上的內(nèi)容和列表頁上的內(nèi)容對接起來啊,我現(xiàn)在點開內(nèi)容頁顯示的是獨立模塊所發(fā)布的內(nèi)容,如圖
show.html代碼如下
列表頁代碼:
內(nèi)頁代碼是不對的,參考下默認(rèn)show.html的寫法吧
回復(fù)迅睿框架創(chuàng)始人
謝謝,明白了,還有個小問題
總共有多少個記錄怎么寫
這個是做什么的
回復(fù)迅??蚣軇?chuàng)始人 產(chǎn)品頁
標(biāo)簽怎么寫的,代碼求你別截圖
回復(fù)迅??蚣軇?chuàng)始人
{list action=module module=chunqiu more=1 catid=17 num=30}
<li>
<h2 class="rnp_img"><a target="_blank" href="{$t.url}"><img src="{dr_thumb($t.thumb)}" alt="{$t.title}" /></a></h2>
<div class="rnp_txt"><a target="_blank" href="{$t.url}">{$t.title}</a><br />
價格:<span class="f_red f_wb">{$t.sale}</span> 銷量:<span class="f_red f_wb">{$t.num}</span></div>
</li>
{/list}
</ul>
<div class="digg">
<form name="selectPageForm" action="/category.php" method="get">
<div id="pager" class="pagebar">
<span class="f_l f6" style="margin-right:10px;">總計 <b>27</b> 個記錄</span>
<span class="f_l f6" style="margin-right:10px;">總計 <b>{$total}</b> 個記錄</span>
內(nèi)頁代碼是不對的,參考下默認(rèn)show.html的寫法吧
回復(fù)迅睿框架創(chuàng)始人
謝謝,明白了,還有個小問題
總共有多少個記錄怎么寫
這個是做什么的
回復(fù)迅??蚣軇?chuàng)始人 產(chǎn)品頁
標(biāo)簽怎么寫的,代碼求你別截圖
回復(fù)迅??蚣軇?chuàng)始人
{list action=module module=chunqiu more=1 catid=17 num=30}
<li>
<h2 class="rnp_img"><a target="_blank" href="{$t.url}"><img src="{dr_thumb($t.thumb)}" alt="{$t.title}" /></a></h2>
<div class="rnp_txt"><a target="_blank" href="{$t.url}">{$t.title}</a><br />
價格:<span class="f_red f_wb">{$t.sale}</span> 銷量:<span class="f_red f_wb">{$t.num}</span></div>
</li>
{/list}
</ul>
</ul>
<div class="digg">
<form name="selectPageForm" action="/category.php" method="get">
<div id="pager" class="pagebar">
<span class="f_l f6" style="margin-right:10px;">總計 <b>27</b> 個記錄</span>