我应该在哪里编辑 woocommerce 来更改描述部分?
Where should I edit woocommerce to change description part?
我有 wordpress woocomere 网站。我已经在
中更改了标题部分
woocommerce/single-product/title.php
我应该编辑什么文件以在它之后立即更改部分?或者你能提供任何关于 woocomerece 的文档,包括排序。
您可以更改 woocommerce 描述部分:-
woocommerce/templates/single-product/tabs/description.php
<?php the_content(); ?> //for description.
我有 wordpress woocomere 网站。我已经在
中更改了标题部分woocommerce/single-product/title.php
我应该编辑什么文件以在它之后立即更改部分?或者你能提供任何关于 woocomerece 的文档,包括排序。
您可以更改 woocommerce 描述部分:- woocommerce/templates/single-product/tabs/description.php
<?php the_content(); ?> //for description.