搜索结果页面顶部的自定义文本

是否可以在搜索结果顶部添加一些文本?

谢谢。

1 个赞

好的,在该页面上,搜索结果正上方有一个插件出口,您可以使用它来添加文本。

将此代码添加到您主题中的 common > header 选项卡:

<script type="text/x-handlebars" data-template-name="/connectors/full-page-search-below-search-info/add-text-above-results">
  您的文本或标记代码请放在此处...
</script>
3 个赞

这非常完美,谢谢。

另外,我能在手机上用一分钟完成操作,也说明了 Discourse 对移动端的友好程度。

有没有办法在不提问的情况下了解这些信息?或者这需要深入理解代码?

2 个赞

我想这就是我补充问题的答案!

2 个赞

或者,这个组件或许能帮上忙:
(deprecated) Plugin outlet locations theme component

3 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.