Aaron Elliott

Results 1 comments of Aaron Elliott

Just on the front end by querying postmeta for the related post IDs `$rows = $wpdb->get_results( "SELECT * FROM wp_postmeta WHERE (`meta_key` = 'yourkey_attached_parts' AND `meta_value` LIKE '%".$current_post_id."%')");`