• Resolved scrabech

    (@scrabech)


    Hi! I hope you can help me. I am using this plugin to show the vendors user (WC vendors) in my web (inkbcomics.com/inkers/), i wanna each user name, links to their vendor page (example: inkbcomics.com/inkers/dsa). But i wanna when the user register, it come with the link (in his user name)to their vendor page on the team list. Can i do this with php?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Contributor Pascal Birchler

    (@swissspidy)

    Hey there,

    The team list template can be overridden in your theme. Just copy its contents into wp-content/themes/<mytheme>/rplus-wp-team-list.php.

    Then, you can add a link around the names using the URL of your choice. For example, get_the_author_meta('url') can be used to get the contents of the ‘Website’ field in the user profile. But of course you can use anything you want.

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Name links to their Profile’ is closed to new replies.