Criador do tópico
jlpetri
(@jlpetri)
Tentei alterar no arquivo title.php sem sucesso e também colocando a função no arquivo functions.php conforme indicado no tutorial de suporte, mas sem sucesso.
Uso o Tema BeTheme, não sei se isso ajuda, já procurei pra todo lado e não achei nada, até tentei o que sugerem nos comentários desse tutorial mas sem sucesso também.
Comentário:
I struggled with this problem for days and finally found a solution …
Step 1. Using an FTP client, open the following file:
/wp-content/plugins/woocommerce/includes/class-wc-post-types.php
Step 2. Scroll down to approx Line # 229 to find this block of code:
‘name’ => __( ‘Products’, ‘woocommerce’ ),
Step 3. And change it to this:
‘name’ => __( ‘Whatever-You-Like’, ‘woocommerce’ ),
Note: “Products” was the default name my version of WooCommerce [ 2.3.7 ] and theme [ U-Design ] had originally conspired to select.
Your’s may be something different – possibly ‘Shop.’
Hope that helps.