#167026
 Radu
Moderator

Hi,

Just use this function

COPY CODE


if ( ! function_exists( 'kleo_bp_member_dir_view_button' ) ):
    /**
     * Render view profile button on members directory
     */
    function kleo_bp_member_dir_view_button() {
        ?>
        <a>" class="small button radius secondary"><i
                class="icon-angle-right"></i> </a>
        <?php
    }
endif;
add_action( 'bp_directory_members_item_last', 'kleo_bp_member_dir_view_button', 10 );

NOTE : Child theme needs to be installed and activated.

The function needs to be pasted in wp-content/themes/sweetdate-child/functions.php

Cheers
R.

Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

Log in with your credentials

Forgot your details?