Skip to main content

Add HTML after title when adding post.

Home Forums WordPress Custom Posts Add HTML after title when adding post.

Tagged: , ,

Viewing 0 reply threads
  • Author
    Posts
    • #2399

      Layer7web
      Keymaster
      function l7w_edit_form_after_title() {
         echo 'Your html here';
      }
      add_action( 'edit_form_after_title', 'l7w_edit_form_after_title' );
      • This topic was modified 9 years, 7 months ago by Layer7web.
Viewing 0 reply threads

You must be logged in to reply to this topic.