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

#23200
dandodando
Participant

Is this for groups only? I’m using Jupiter X, and I’ve added your code to the search.php fragment like this;

function jupiterx_post_image() {
	$asp_img = get_asp_result_field('image');
	if ( !empty($asp_img) ) {
	  echo "<img src='$asp_img' />";
	}

after this, if I search for a term that affects both groups and users, the search reveals the groups images, but not the users.

You can see the result here;

search results

  • This reply was modified 6 years, 11 months ago by dandodando.
  • This reply was modified 6 years, 11 months ago by dandodando.