Info
- 3 posts
- 2 voices
- Started 2 years ago by Olaf
- Latest reply from Olaf
- This topic is resolved
adding fields to edit form
-
- Posted 2 years ago #
Hi,
I use
add_action('post_form','add_content_post_form', 1);
to add fields to the post form at the end of most pages. (above the add to favorites option)If I edit some post I need to add the fields inside the template file. Is there some hook to add the field via some plugin?
-
- Posted 2 years ago #
The edit equivalent hook is
edit_form -
- Posted 2 years ago #
It works, thanks (strange id that I remember me that I tried that hook as well)
-
You must log in to post.