专注外贸 SEO 与

WordPress 建站实战

记录从服务器 Nginx 配置到前端 Divi 优化的每一个坑与解。
让建站更简单,让谷歌排名更靠前。

Divi 主题

菜单/搜索/布局优化

WordPress 建站推广

建站/优化/谷歌广告

阿里巴巴国际站

运营/关键词/P4P

办公自动化

Excel/Python 脚本技巧

最新发布

^

2019-03-17

WordPress教程:将付款类型添加到WooCommerce管理电子邮件

将付款类型添加到WooCommerce管理电子邮件 add_action( 'woocommerce_email_after_order_table', 'add_payment_method_to_ […]

^

2019-03-17

WordPress教程:WooCommerce向管理员电子邮件添加付款方式

向管理员电子邮件添加付款方式 /** * WooCommerce Extra Feature * -------------------------- * * Add payment method t […]

^

2019-03-17

WordPress教程:WooCommerce自定义添加到购物车消息

自定义添加到购物车消息 /** * Custom Add To Cart Messages * Add this to your theme functions.php file **/ add_fi […]

^

2019-03-17

WordPress教程:WooCommerce添加自定义费用到购物车

添加自定义费用到购物车 /** * WooCommerce Extra Feature * -------------------------- * * Add custom fee to cart […]

^

2019-03-17

WordPress教程:WooCommerce更改电子邮件主题行

更改电子邮件主题行 /* * Subject filters: * woocommerce_email_subject_new_order * woocommerce_email_subject_cu […]

^

2019-03-17

WordPress教程:WooCommerce创建优惠券程序

创建优惠券程序 $coupon_code = 'UNIQUECODE'; https:// Code $amount = '10'; https:// Amount $discount_type = […]