Wordpress自定义帖子类型搜索URL

时间:2017-03-12 22:27:58

标签: url post types

目前Wordpress在网站上搜索某些内容时会生成此网址

websitename.com/?s=tools

我希望能够拥有自定义帖子类型的搜索链接。搜索本身不会公开,但我基本上会列出搜索链接:

<a href="websitename.com/?s=[customposttypenamehere]tools">Click Here For More Tools</a>

这将是我可以使用

更改搜索查询的网址
websitename.com/?s=[insert custom post type name here]tools

是否可以生成上面的网址,只返回自定义帖子类型的结果?

谢谢

1 个答案:

答案 0 :(得分:0)

这是一个古老的问题,但也许它会帮助其他人寻找类似的东西。您的wordpress网站的网址结构应如下所示:http://example.com/?s=my-search-string&post_type=custom-post-slug

一切顺利