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 2:20 pm
#23200
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;
