Home › Forums › WordPress › Custom Posts › Add HTML after title when adding post.
Tagged: post, text, wordpress
function l7w_edit_form_after_title() { echo 'Your html here'; } add_action( 'edit_form_after_title', 'l7w_edit_form_after_title' );
You must be logged in to reply to this topic.