Skip to:
Content
Pages
Categories
Search
Top
Bottom

Link name author to custom profile page


  • whoaloic
    Participant

    @whoaloic

    Hello,
    I use Woocommerce and I’d like the link name author goes to a custom profile page (my account woocommerce page).
    Is that possible?

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)

  • danbp
    Moderator

    @danbp

    Hi,

    certainly, but you have to ask for this on woocommerce support to get sure. I don’t use woocommerce…

    Something like this
    return ' <a href="'. bp_get_loggedin_user_link() .'">View my profile</a>';

    or

    echo '<a href="'.bp_core_get_user_domain($user_ID).'">'.bp_displayed_user_fullname();.'</a>';


    whoaloic
    Participant

    @whoaloic

    Hi Dan,
    I was expected the author name in BuddyPress pages (members, forums, activity) links to my Woocommerce Account page 🙂 not the other way.
    But maybe I should consider adding some extra tabs in Buddypress profile page within I will put some Woocommerce informations (orders, billing address)…


    danbp
    Moderator

    @danbp

    Rich and famous lazy solution try perhaps this add-on first:

    http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link name author to custom profile page’ is closed to new replies.
Skip to toolbar