POST TIME:2018-08-14 14:48
今天在調(diào)用wp文章的時(shí)候出現(xiàn)了標(biāo)題重復(fù)的問(wèn)題 實(shí)在讓人郁悶 后來(lái)終于找到了這句代碼 發(fā)出來(lái)分享之
{dede:sql sql="Select id as post_id,post_title as post_title,post_type,post_date from wp_posts where post_type = ‘post’ order by post_date desc limit 1,7"}
<li><a href=’/blog/[field:post_id /]‘>[field:post_title /]</a></li>
{/dede:sql}