• I have the edit page set up correctly. Code should be updated for the plugin since it tell you to put in the wrong shortcode.

    What i would like to know is how i could put a edit link directly in a post that would work with WP User Frontend. The edit link is visible in the WP bar, but Authors will not see that bar, only admins.

    I know this <?php edit_post_link('edit', '', ''); ?> can add a edit link on a post but will not lead to the front end edit. I cannot link to the edit page because thats not where you do your edit from what i see.

    One other thing that i havent seen much on is when a author makes a post using the front end edit, after clicking submit, your on a new post submit page. What about going to the post you just posted?

    https://www.ads-software.com/plugins/wp-user-frontend/

Viewing 1 replies (of 1 total)
  • Hi Hide the toolbar for users except the admin.You need to a small chunk of code in functions php.

    /* Disable WordPress Admin Bar for all users but admins. */
      show_admin_bar(false);
Viewing 1 replies (of 1 total)
  • The topic ‘Edit page link and post submit redirect’ is closed to new replies.