Forums
Forums / Plugin: Frontier Post / Show Post ID – Frontend
(@foots)
8 years, 7 months ago
Hi,
Is there a way to add the post ID to the posts dashboard on the frontend?
I’ve tried the code the get_id with no luck.
Many thanks.
(@finnj)
Yes, but requires some coding:
You can use the action: frontier_post_form_standard_top (Fires just before the editor)
or
frontier_post_form_standard (Fires just before submit buttons)
example of coding here: http://wpfrontier.com/frontier-post-add-fields/ http://wpfrontier.com/frontier-post-actions-hooks/
Post id would be: $thispost->ID
$thispost->ID
The topic ‘Show Post ID – Frontend’ is closed to new replies.