在 HREF 中的 URL 中间制作短代码回显

发布于 2024-10-09 07:55:18 字数 343 浏览 1 评论 0原文

短代码 [mmjs-city] 与用户所在的城市相呼应。

我想创建一个链接,将用户带到结果页面,并将用户的城市作为搜索词。基本上,URL 应该是结果页面 URL + 短代码的结果(城市)。

我尝试这样写:

<a href="http://chusmix.com/?s=[mmjs-city]">Search for your city</a>

通常我只会使用 PHP 并将城市分配给一个值,但我所在的页面不是主题,并且 PHP 由于某种原因无法在页面上工作,很可能这是可能的,但我不这样做不知道怎么办。无论如何,有人知道我该怎么做吗?谢谢,圣诞快乐

The short code [mmjs-city] echoes the city the user is in.

I want to make a link that takes the user to a results page with the user's city as search term. Basically the URL should be the results page URL + the result of the shortcode (the city).

I tried to write it this way:

<a href="http://chusmix.com/?s=[mmjs-city]">Search for your city</a>

Normally I would just use PHP and assign the city to a value but I'm in a page not the theme and PHP doesn't work on pages for some reason, most likely It's possible but I don't know how. Anyway, anybody knows how could I do it? Thanks and merry christmas

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如歌彻婉言 2024-10-16 07:55:18

您可以在会话中存储城市简码。在结果页面中,阅读会话内容以获取城市简码并将其作为搜索词。

You can store city shortcode in session. In the result page, read session content to get city shortcode and make it to be a search term.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文