WordPress安装,虚拟主机、VPS教程,插件WooCommerce教程,主题修改,seo优化等WordPress操作技巧。
最新发布
WordPress教程:WooCommerce设置结账时“state”字段非必填
设置结账时“state”字段非必填 /** * WooCommerce Extra Feature * -------------------------- * * Make "state" fiel […]
WordPress教程:WooCommerce当免费送货可用时隐藏所有其他运送方式
当免费送货可用时隐藏所有其他运送方式 https:// Hide ALL shipping options when free shipping is available add_filter( 'w […]
WordPress教程:WooCommerce替换“Free!”产品字符串
替换“Free!”产品字符串 /** * WooCommerce Extra Feature * -------------------------- * * Replace "Free!" by a […]
WordPress教程:WooCommerce限制运输的国家列表
限制运输的国家列表 /** * WooCommerce Extra Feature * -------------------------- * * Restrict shipping countri […]
WordPress教程:WooCommerce移除面包屑
移除面包屑 /** * Remove WooCommerce BreadCrumb * */ remove_action( 'woocommerce_before_main_content', 'wo […]
WordPress教程:禁用WooCommerce选项卡
禁用WooCommerce选项卡 /** * Remove product tabs * */ function woo_remove_product_tab($tabs) { unset( $tab […]