Forums

Join
bbPress Support ForumsPluginsadding fields to edit form

Info

Tags

adding fields to edit form

  1. 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?

  2. The edit equivalent hook is edit_form

  3. It works, thanks (strange id that I remember me that I tried that hook as well)

  4. You must log in to post.