【问题标题】:How can I use a short code to redirect a URL in Word Press如何使用短代码在 Wordpress 中重定向 URL
【发布时间】:2021-11-20 16:22:57
【问题描述】:

目前,当我从 WordPress 的自定义菜单中选择一个项目时,当我希望能够将 URL 更改为 domain.com/shop/category 时,它会将我带到 domain.com/category

链接设置在这里:

<h5 class="game-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h5>

我想在这里将the_permalink() 重定向到the_shoplink() 之类的内容,然后重定向到商店网址,而不是永久链接网址。

由于主题自定义帖子类型,我无法将菜单更改为商店页面,因此我希望将帖子重定向到 the_shoplink()

【问题讨论】:

    标签: php wordpress url woocommerce shortcode


    【解决方案1】:

    我刚刚使用 php 将帖子重定向到商店页面。

    echo '<script type="text/javascript">
           window.location = "http://www.google.com/"
          </script>';
    

    【讨论】:

      猜你喜欢
      • 2019-09-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-03-11
      • 1970-01-01
      • 2019-06-21
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多