Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #51652

    Hi @Sakin

    I want to link all the author links on metas go to the buddypress profile. I am using a child theme of catch box pro. I managed to to this only at the end of the post where the categories, tags and author is displayed changing get_the_author for bp_core_get_userlink( $post->post_author ) in content-single.php. However i can´t find the get_the_author() function in content and content-single.php to make the author link on after title meta go to profile. Where should i search for it?

    Thanks in advance

    #51663
    Sakin
    Keymaster

    @MasterManiacs: You will find author link in various places. The main one that you need to customize in your child theme is function catchbox_posted_on(). You can just copy this function to your child theme functions.php file and edit it. You will find this function in catch-box-pro/inc/catchbox-fucntions.php file.

    Next you can change in file such as

    content-single.php
    content-status.php
    content-image.php
    author.php
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Make the author link on meta go to buddypress profile’ is closed to new replies.