1. 程式人生 > 其它 >dedecms有短標題顯示短標題,沒有顯示長標題

dedecms有短標題顯示短標題,沒有顯示長標題

dedecms有短標題顯示短標題,沒有顯示長標題,程式碼如下:

{dede:field name='array' runphp='yes'} if(@me['shorttitle']=='') @me=@me['title']; else @me=@me['shorttitle']; {/dede:field} 

或者用在列表中顯示為:

[field:array runphp='yes'] if(@me['shorttitle']=='') @me=@me['title']; else @me=@me['shorttitle']; [/field:array] 

具體應用如下:

<
ul> {dede:arclist row='6' titlelen='50' orderby='pubdate'} <li> <a href="https://www.360muye.cn/[field:arcurl/]" title="[field:title/]" target="_blank"><img src="[field:picname/]" alt="[field:title/]"/></a> <p><a href="https://www.360muye.cn [field:arcurl/]" title
="[field:title/]" target="_blank">[field:array runphp='yes'] if(@me['shorttitle']=='') @me=@me['title']; else @me=@me['shorttitle']; [/field:array]</a></p> </li> {/dede:arclist} </ul>

通過上面的織夢dede即可實現在短標題不為空的時候呼叫長標題,如果為空咋呼叫正產的標題。轉載請註明:木業網