'; ?>

#postid will be replaced with the entry's numerical post ID.

Example: #post-#postid will become #post-ID; ?>.

Global Entry Code (?) will be inserted inline with every page this entry appears on.

Single Entry Code (?) will only be inserted into the header of this entry's single archive.

ID, get_post_meta($post->ID, 'art_direction_single', true) ); } function art_inline($data) { global $post; return str_replace( '#postid', $post->ID, get_post_meta($post->ID, 'art_direction_global', true) ).$data; } ?>