Display username on woo commerce product

This topic contains 1 reply and 2 voices, and was last updated by Nayem 9 years, 5 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
November 6, 2014 at 11:09 pm 29874
Nayem I have created a form for users to be able to create their own product postings. What I would like to do is automatically add the username to the product of whoever created it, so you can see who is offering the product and view their page. In woo commerce, I have declared a product attribute as username, and it shows up on the form editor. But it only shows up as something the creator must input. how can I make it so it is automatically generated by whoevere created the product?
November 8, 2014 at 12:47 pm 29994
Nayem Nayem

Hello Colin,

Showing the author name or the the username who created the post or product is a built in feature of WordPress. If your theme has the feature to show the name of the author, then it should happen automatically. If not, then you have to
custom code it on your theme.

Just use this line where you want to show the author name.
<?php the_author(); ?>

You may read this doc to know more details: http://codex.wordpress.org/Function_Reference/the_author

Thank you 🙂

Viewing 1 Posts - 1 through 1 (of 1 total)