I have to enter the 'edit' link in a view to display the edit post form but I want to add the edit post form in my menu and the user will edit his own posts like using the view method.
The main issue here is that you won't be able to add the form link to the Menu itself since it needs the post ID to edit.
What I can suggest is that you have a page that lists out all the user's posts with a view and then add the edit link below each post that is being listed.
So when they click the edit link they will be taken to the page that will be used to edit their post.
This should be able to get a setup similar to what you want to achieve. Let me know what you think of this and we can go ahead with implementing it.
Thanks,
Shane
The topic ‘[Closed] Edit post type form in page’ is closed to new replies.