佚名 向大家介绍了phpcms 文章摘要,phpcms文章分页,phpcms 文章模板,phpcms调用文章内容,phpcms 相关文章等相关知识,希望对您有所帮助
下面把方法告诉大家
在show.html将标题处修改为:
<div id="content_head">
<!--文章标题-->
<h1>{$title}</h1>
{if $titleintact}<h2><center> ——{$titleintact}</center></h2>{else}{/if}
</div>
自动将“完整标题”字段内容,设为副标题。
显示为:
标题——副标题 </div>
在show.html将标题处修改为:
<div id="content_head">
<!--文章标题-->
<h1>{$title}</h1>
{if $titleintact}<h2><center> ——{$titleintact}</center></h2>{else}{/if}
</div>
自动将“完整标题”字段内容,设为副标题。
显示为:
标题——副标题 </div>