This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: I can't get images to show for buddypress search results page

Home Forums Product Support Forums Ajax Search Pro for WordPress Support I can't get images to show for buddypress search results page Reply To: I can't get images to show for buddypress search results page

#23209
dandodando
Participant

don’t stress, I found the solution –

I’m putting it here in case anyone else has this problem, go to your functions.php and add this;

add_action(‘init’, ‘cng_author_base’);
function cng_author_base() {
global $wp_rewrite;
$author_slug = ‘members’; // change slug name
$wp_rewrite->author_base = $author_slug;
}

This will modify the slug for authors