I want to display a custom field which I created in my custom Drupal theme.
The field I created called “Startnummer” so the machine name of the field (I didn’t change it) was created as “field_startnummer”.
Furthermore, I found an article of that topic an the answer is to put the following line into my page.tpl.php:
<?php print render($content['field_startnummer']); ?>
Unfortunately, that doesn’t work!
The next problem is, I do not know how other people would call that problem, so I can’t find any solutions.
Any help?