Field in Course Directory

Home Forums Chit Chat WPLMS customizations Field in Course Directory

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #29998
    Anshuman Sahu
    Keymaster
    Okay please try this code for that : add_filter('bp_directory_course_item','show_parcels'); add_filter('wplms_course_thumb_extras','show_parcels'); function show_parcels(){ $custom_info = vibe_sanitize(get_post_meta(get_the_ID(),'vibe_course_details',false)); if(isset($custom_info) && is_array($custom_info)&& !empty($custom_info)){ $thumbnail_html =''; foreach($custom_info as $k=>$val){ $thumbnail_html .='<br><font color="red"><b>'.$val.'</b></font><br>'; } } return $thumbnail_html; }  
    #30050
    fabioamv
    Spectator
    No Alex, nothing appears in directory course.
    #35591
    fabioamv
    Spectator
    Hi Alex, is there a solution for this case? If not, please, let me know for try a wordpress programmer. Of course, hope he will be able to do this ...rss...
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Field in Course Directory’ is closed to new replies.