User Front End Posting

WP User Frontend

greatest issue: no Frontend EDIT link (or button) for the author – PLEASE!!

Workaround (also here)

post-id: 6004

<a href=/dashboard/edit/?pid={return_post_id]>EDIT</a>
{return_post_id]=6004

for return_post_id to work you need this code in the theme’s functions.php

/* START 6004 */
add_shortcode( 'return_post_id', 'RRB_return_post_id' );
function RRB_return_post_id() {
return get_the_ID();
}
/* ----- END 6004 ----- */

Other Front End plugins

Themes even hier parkeren

EDIT

Click to rate this post as a whole, thank you.
[Total: 0 Average: 0]