I am working on Drupal CMS, and Drupal is really grate and hard, and now I am going to learn WordPress.
Drupal let users to create different content-type, and each content-type can be different type of input or textarea and etc…
for example I have a sport website I can define lots of input[s] and let my editor or user to enter everything what he want, (just for Example) These are the field what I need in drupal:
filed-sport-title (text)
filed-sport-summery (textarea)
field-text-en (textarea)
field-text-translate-fa (textarea)
field-text-subject (radio button)
field-text-images (file > image > number of needed image or unlimited)
field-sport-reference (text)
field-sport-tags (taxonomy)
But I think: in WordPress I should enter all of top field in one editor (WordPress editor). Is this right?
Is there anyway to creating field in WordPress?