2014-02-05, 12:28:32
I have created a special page and am trying to use a special field for an image. It seems fairly simple to implement, but it's not working.
<img src="<?php get_special_field('animation'); ?>" />
This is code I'm using. Whenever I change it to get_custom_field, it works, but only in 'view' mode.
I'm totally perplexed here. Any help would be much appreciated!
<img src="<?php get_special_field('animation'); ?>" />
This is code I'm using. Whenever I change it to get_custom_field, it works, but only in 'view' mode.
I'm totally perplexed here. Any help would be much appreciated!