Hi,
I have added multiple custom fields (post meta for post type "cars") and created front-end submit form for users to submit post.
In the user dashboard where all posts of post type "cars" are showing, it is possible to show custom fields columns like car model, manufacturing date, car color, etc? I can able to do this in admin side using admin columns but "User dashboard" widget doesn't show custom fields when adding it in columns.
Also, it is possible to filter posts in the "User dashboard" using URL query string like http://localhost/carshowcase/add-car/?rwmb_frontend_field_post_id=50&car_model-bmw ?