0
votes

I am newbie for the wordpress plugin development

I need to create post type with below fields.

  • Name
  • Description
  • Email
  • Phone
  • City -> Select box
  • Gender -> Radio

I couldn't find the proper documentation for this. Could anyone help to add this fields in custom post type?

Thanks in advance

1

1 Answers

0
votes

For Custom post type you have two option

  1. Pragmatically
  2. Plugin

For Custom field you have also two option

  1. Pragmatically
  2. Plugin

This might help you. Thanks