BuddyBoss Home – Web Support Forums Themes Boss. theme Change post author link

Viewing 7 posts - 1 through 7 (of 7 total)
  • Question

    #48554
    @valeriva

    Hi,
    is it possible to change the author link? I would like to change it to the author personal profile, not in the posts archive.

    Thanks!

    Answers

    #48581
    @vapvarun

    Hi @valeriva,
    It’s default functionality of WordPress , individual post to links author name to author archive, you can link it to author BuddyPress profile as well with some customization inside child theme.

    It will need to create your own buddyboss_entry_meta() function.

    and to get user profile you can use bp_core_get_userlink( get_the_author_meta( ‘ID’ )

    Regards

    #48587
    @valeriva

    Hi @vapvarun thank you so much. So do I need to put this code inside my function.php child document?

    #48649
    @vapvarun

    Hi @valeriva
    It will need to prepare codes for it, I will post the exact codes shortly.

    Regards

    #48662
    @valeriva

    @vapvarun thank you so much, that would be really useful!

    #48711
    @vapvarun

    I will update you shortly,
    Thanks for your patience

    #49371
    @valeriva

    Hi, any news on this? Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The question ‘Change post author link’ is closed to new replies.