gpt4 book ai didi

forms - Tumblr:搜索不返回任何搜索结果

转载 作者:行者123 更新时间:2023-12-02 04:05:23 25 4
gpt4 key购买 nike

我是 tumblr 的新手,正在尝试在自定义主题中实现搜索。我有:

<form action="/search" method="get" id="search-form">
<input type="text" name="q" class="query" value="" />
<input type="submit" value="Search" class="submit" />
<div class="clear"></div>
</form>

我有大约十几个帖子。每当我在任何帖子中搜索任何内容时,Tumblr 总是不返回任何搜索结果。我觉得我错过了一些东西。我是否要在主题的其他任何地方实现或设置任何配置?在用户的 Tumblr 主题中实现搜索还需要什么?

谢谢!

最佳答案

这是我使用的解决方案。将此放入 <head>你的代码:

<script type="text/javascript">
<!--
function handleThis(formElm)
{
window.location="/tagged/"+formElm.number.value+"";
return false;
}
-->
</script>

并将其放在您希望搜索框出现的位置:
<form onsubmit="return handleThis(this)">
<div class="submit"><input type="submit" value="{lang:Search}" name="Submit"/></div>
<div class="input"><input onfocus="this.value=''" onblur="if(this.value=='') this.value='Search. Then hit enter.';" type="text" value="{lang:Search}. Then hit enter." name="number"/></div>
</form>

使用 CSS 设置您想要的样式。这将仅搜索您的标签,但与常规 Tumblr 搜索不同,它可以工作。

关于forms - Tumblr:搜索不返回任何搜索结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7935923/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com