• Resolved Ephramar

    (@krzheiyah)


    Good day.

    Its seems that the Edit link is not working on my site.

    I’m giving the direct link on the page template where the problem is found.

    I’m just calling the functions from the plugin directly on the page template. All seems to work well on Add Posts, Add Events, Add Galleries, Dashboard (Manage), the Delete link on the Dashboard but the Edit won’t work at all.

    I haven’t tried to make a page template for the edit function yet. How could I fix the edit function? Any suggestions would be much appreciated

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tareq Hasan

    (@tareq1988)

    $edit_page = (int) get_option( 'wpuf_edit_page_url' );
    $url = wp_nonce_url( get_permalink( $edit_page ) . '?pid=' . $post_id, 'wpuf_edit' );
    
    printf( '<a href="%s">Edit</a>', $url );

    Hello,

    Same problem for me, when I am click on the edit link they takes me to post detail not the post edit page although I have used the above code that you have shared.

    Any help will appreciate.

    Regards,
    Rajeev

    What do you mean by post detail?

    Are you talking about the ‘edit’ link that appears after each post? If so all you have to do is set the ‘Edit Page’ option to your edit page and enable the “Override the post ‘edit’ link” option. No code needed.

    TheProfessor

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP User Frontend] Front End Edit is not working’ is closed to new replies.