Creating a custom content type without any fields isn’t really useful. Fortunately, defining your own custom fields and attaching them to your custom content type is built into Drupal 7. …
If you have a custom module and you want to programmatically create a custom content type in Drupal 7, follow the steps below. 1. Implement hook_node_info() Define your new content …