cv_file field is custom field with attachment type… but this value will be stored in wp_posts table with parent_post_id field. while i choose this field from dropdown i dont see any results in wp_admin… but now i made it work by changing the “/classes/Column/Meta.php (i added the condition for cv_file inside the get_meta_value function)