标题长度说明:
如果你不限制标题长度,那直接调用<?=$bqr[title]?>就行,
如果你要限制标题长度,那就使用<?=esub($bqr[title],30)?>或者<?=esub($bqr[title],30,'…')?>,后面这个的意思是超过30个字符数后显示省略号。
上一篇
[e:loop={'selfinfo',1,0,0,'id<'.$navinfor[id].'','id desc'}]<a href="[!--news.url--]<?php echo $bqsr[titleurl];$pre='true';?>"><?=$bqr[title]?></a>[/e:loop]
<?php if(empty($pre)){echo "很抱歉没有上一篇了";}?>
下一篇
[e:loop={'selfinfo',1,0,0,'id>'.$navinfor[id].'','id asc'}]<a href="[!--news.url--]<?php echo $bqsr[titleurl];$pre='true';?>"><?=$bqr[title]?></a>[/e:loop]
<?php if(empty($pre)){echo "很抱歉没有下一篇了";}?>