Topic: Variable of additional fields
Hay, so i need to know variable of additional fields.
For example in this code - "<title><? if ($entry) {echo ''. $entry['t']. ' '. $entry['s'].''; } print($page_title);?></title>"
- $entry['t'] is variable of "Article title", $entry['s'] is variable of "Shot story".
I made additional field "Description" and i need to add a variable in this code.