优选主流主机商
任何主机均需规范使用

如何在PhpCMS文章内容页中巧妙添加副标题

下面把方法告诉大家

在show.html将标题处修改为:

<div id=”content_head”>

<!–文章标题–>

<h1>{$title}</h1>

{if $titleintact}<h2><center> ——{$titleintact}</center></h2>{else}{/if}

</div>

自动将“完整标题”字段内容,设为副标题。

显示为:

标题——副标题

未经允许不得转载:搬瓦工中文网 » 如何在PhpCMS文章内容页中巧妙添加副标题