如何根据文章内容显示pbootcms而不是搜索标题
2024-09-20 00:54:54
首先,在搜索代码中添加:
<input type="hidden" name="field" value="content" > |
参考如下:
<form action="{pboot:scaction}" method="get">
关键字:<input type="text" name="keyword" >
<input type="hidden" name="field" value="content" >
<button type="submit">搜索</button>
</form>
然后到搜索页面:search.html在搜索结果中找到代码,添加代码:
value="title |