在链接/URL中使用页面/帖子插件 时间:2012-08-17 作者:Alexander 希望这很容易!需要弄清楚(如果可能的话)如何将我的页面的SLUG作为占位符输入到web url中。例如:http://www.samplewebsite.com/search.ashx?t=current我需要用页面的SLUG替换“current”,使其依赖于当前页面的SLUG对于Slug。。。。test1、test2、test3、test4、Test5输出。。。http://www.samplewebsite.com/search.ashx?t=test1 - 对于每个测试1“slug”这可能吗? 1 个回复 SO网友:Damien 嗯。。您确定正在使用WordPress吗:)Wordpress的标准搜索url使用url参数?s 或/search/所以你可以有任何你喜欢的URL,比如example.com/?s=current 或example.com/search/current 其他你可以尝试的是/tag/current 搜索带有标签的所有帖子current /category/current 将搜索包含该类别的所有帖子current这有帮助吗? 结束 文章导航