2013-07-21, 02:51:40
(2013-07-21, 02:46:42)0zz Wrote: Just an update:
I've also installed Custom Fields Plugin and tried to call created field "DepartmentCustom" in my code here:
<h2><?php get_special_field('title','',false); ?></h2>
<p class="small"><?php get_custom_field(DepartmentCustom); ?></p>
<?php get_special_field('content'); ?>
But it just doesn't show anything (although this field contains data in the relevant pages.
get_custom_field('DepartmentCustom');