2012-02-13, 02:09:42
jkob Wrote:Thank you for a very quick reply
Still cant get it to work - it will output $default if I add something to that, but not $name. $name is just the name of the field, right? I dont have to use the name of the Special Page Type for anything?
Yes. E.g. if you have a field named myfield, you can use
Code:
<?php get_special_field('myfield'); ?>