Editing existing posts
Author | Posts |
---|---|
October 20, 2013 at 10:58 am 9227 | |
I am able to create posts by using a page with a WPUF shortcode. I am having trouble editing an existing post. I think it worked in your demo but cannot get it to work on our site. TIA | |
October 21, 2013 at 11:10 pm 9269 | |
Bump… | |
October 21, 2013 at 11:44 pm 9272 | |
Sorry for answering late. You can assign a form to an existing post from edit post area in wp-admin. Or you can set a default (fallback) form to all posts from the plugin settings. | |
October 22, 2013 at 12:58 am 9276 | |
SO, it seems we cannot get editing a post to work. Thank you. | |
October 22, 2013 at 11:10 am 9287 | |
A user can edit his/her posts from frontend. To setup the options, follow the instructions: 1) Create a page, for example: Edit. Full Documentation: http://docs.wedevs.com/wp-user-frontend-pro/#post-editing | |
October 23, 2013 at 4:25 pm 9318 | |
When a user that does not have back end access tries to log into Thanks. weDevs Team wrote: | |
October 23, 2013 at 6:23 pm 9335 | |
Use Theme My Login plugin to allow users login from frontend and setup accordingly. | |
October 23, 2013 at 6:38 pm 9336 | |
We have gotten posting and editing working well. Thank you! We have an “create/edit post” page. When user is logged in, based on role, they can add or edit posts. However, when logged in, the WP navigation top nav is showing “Edit page” and allows the user to edit the template. See image: http://screencast.com/t/6LXzgsqF1rkd | |
October 24, 2013 at 1:24 am 9345 | |
Although you are creating posts from that page, its still a page. As it’s a page, it’ll have a edit page link in admin bar. That is normal for WordPress. | |
October 24, 2013 at 8:02 pm 9397 | |
To redirect blocked users to homepage again, follow this instruction: [php]wp_redirect( home_url() ); exit;[/php] |