Co- Authors and woocommerce
-
Hi, i need some help integrating co authors with woocommerce.
I added this code to my functions.php
add_action(‘init’, ‘my_custom_init’);
function my_custom_init() {
add_post_type_support( ‘product’, ‘author’ );
}
and now i can see coauthors on the backend, but they’re not showing on frontend.
Here I have two authors https://tarka.factordev.it/tarka-shop/ebook/storie-e-leggende-del-popolo-curdo-2/Can someone help me please
- The topic ‘Co- Authors and woocommerce’ is closed to new replies.