我是wordpress的初学者。我有WooCommerce网站和;拥有数百种产品类别。我想在添加产品时为其分配相关类别,如何才能做到这一点?
在WooCommerce添加新产品时如何选择产品类别?
1 个回复
SO网友:Arsalan Mithani
我是wordpress的初学者。我有WooCommerce网站和;拥有数百种产品类别。我想在添加产品时为其分配相关类别,如何才能做到这一点?
我正在尝试将架构标记添加到搜索结果页,并尝试使用以下代码:-function body_schema() { $schema = \'http://schema.org/\'; if(is_search()) { $type = \"SearchResultsPage\"; } else { $type = \'Blog\'; } echo \'itemscope itemtype=\"\' . $schema . $