The logged user view is not working to manage your own advert classified listing
I created a test site for the classifed toolsets website and copied the info to show placed adverts to logged in users via the loop items view. However it does not work _ I've aso added the query setup and clicked the post types for adverts to display I have 5 types.
cars for sale
classic car for sale
motorcycle for sale
commercial vehicle for sale
businesses for sale
marketplace for sale
I just want these to display so users can delete them and update them by logging into the website
What I recommend that you do is create a view for each of the CPT.
Then add a post author query filter to the view and set the filter to the currently logged in user.
Then on your page that you created for this you can add each of the views.
Now if you design the tables in each view individually that would be best.
This is how I believe it should be done. So the user can click a Manage link in the Menu bar and go to this page and it will display each of their post information.