wordpress woocomec产品无法在产品下添加一些链接或文本

时间:2018-04-24 12:04:34

标签: wordpress woocommerce

我在我的wordpress网站上使用了WooCommrece插件。我有一些问题,我尝试显示产品的一些链接,例如当我点击按钮或文本网站重定向另一个网站,但它不显示给我, 升

 <a target="_blank" href="http://your_url_here.html" class=&quot;button wc-backward&quot; href=&quot;<?php echo get_permalink( wc_get_page_id( '4736' ) ); ?>&quot;><?php _e( 'within local post', 'woocommerce' ) ?></a>

1 个答案:

答案 0 :(得分:0)

最后我解决了我的问题,

我将此代码添加到content-product.php

<button  style="background:#afb0b9; color:white;">
<a href="http://www.google.com" class=&quot;button wc-backward&quot;<?php echo get_permalink( wc_get_page_id( '1' ) ); ?>&quot;><?php _e( 'Within Delivery to US', 'woocommerce' ) ?></a>
</button>