Besides adding the new template position for fields into the XML file,
- you also need to add the new position at the file:
item.php
1. click to edit the file:
item.php
2. click to load its default PHP / HTML code
3. look throught the loaded PHP / HTML code and find the place that you want to add the new position
4. click on the button that add the postion's PHP code
it will look like:
foreach (... as position)
{
}
Make sure you set the
correct position name to the above code