Add “Post Options” for new wordpress post

How i can add “Post Options” section under wysiwyg editor?
Like this

2 Answers
2

You must use add_meta_box function.

Take a look to this tutorials:

  1. Using add_meta_box()
  2. Tutorial: Creating Custom Write Panels in WordPress
  3. Example How To Add Meta Boxes To Edit Area

Leave a Comment