In Drupal 7, multiple values does not shown for fields which are "Autocomplete term widget (tagging)"
When I set "Number of values" in field setting to any number greater than 1, in node creation page, I only can see one field for that; While "Number of Values", work well for text or text area fields.
I have a created a 'page' content type with a custom field called 'extra text' ( which is just some additional information). I want to display the 'extra text' in a block so can put it in a separate region to the main content, but I only want it to display when viewing the 'page' that it is part of.
I'm trying to set up my website so that the different tabs are set up as subdomains so the article tab would take you to article.domain.com instead of domain.com/article.
I tried to do a multisite setup and have the subdomains set up with the settings.php file into each sites folder in the sites folder.
I'm not sure where I go from here as just about everything I find on the internet seems to talk about settings up multisite so that you manage multiple sites from one site rather than what I am trying to do.