php更改html内容,如何更改内容单-产品.php使用自定义html的页面

我想在产品页面上显示我的自定义html代码,我已经创建了子主题并复制了woocommerce的文件。现在我想为那个页面实现我的自定义html代码。

这是我的自定义代码

ART BY MONA LIND

$150 - Checkout


Capturing  the light  and  the  natural  elements  of  life.

Art is a diverse range of human activities in creating visual, auditory or performing artifacts (artworks), expressing the author's imaginative, conceptual idea, or technical skill, intended to be appreciated for their beauty or emotional power.

Many argue that art cannot be defined. ... Art is often considered the process or product of deliberately arranging elements in a way that appeals to the senses or emotions.


It encompasses a diverse range of human activities, creations and ways of expression, including music, literature, film, sculpture and paintings.

Purchase this for $150

d83ccc698f424b58928f4a4ddd0493db.png

这是我的

content-single-product.php

模板代码:

/**

* Hook: woocommerce_before_single_product.

*

* @hooked wc_print_notices - 10

*/

do_action( 'woocommerce_before_single_product' );

if ( post_password_required() ) {

echo get_the_password_form(); // WPCS: XSS ok.

return;

}

?>

>

/**

* Hook: woocommerce_before_single_product_summary.

*

* @hooked woocommerce_show_product_sale_flash - 10

* @hooked woocommerce_show_product_images - 20

*/

do_action( 'woocommerce_before_single_product_summary' );

?>

/**

* Hook: woocommerce_single_product_summary.

*

* @hooked woocommerce_template_single_title - 5

* @hooked woocommerce_template_single_rating - 10

* @hooked woocommerce_template_single_price - 10

* @hooked woocommerce_template_single_excerpt - 20

* @hooked woocommerce_template_single_add_to_cart - 30

* @hooked woocommerce_template_single_meta - 40

* @hooked woocommerce_template_single_sharing - 50

* @hooked WC_Structured_Data::generate_product_data() - 60

*/

do_action( 'woocommerce_single_product_summary' );

?>

/**

* Hook: woocommerce_after_single_product_summary.

*

* @hooked woocommerce_output_product_data_tabs - 10

* @hooked woocommerce_upsell_display - 15

* @hooked woocommerce_output_related_products - 20

*/

do_action( 'woocommerce_after_single_product_summary' );

?>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值