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
June 20, 2019 at 3:40 pm
#23209
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