/ Published in: PHP
URL: http://wordpress.org/support/topic/add-custom-javascript-to-ltheadgt-from-a-post
Another source: http://wpswitch.com/blog/wordpress/an-introduction-to-wordpress-custom-fields/
Expand |
Embed | Plain Text
<? if( is_single() and $customjs = get_post_meta($post->ID, 'custom_js', true) ) ?>
You need to login to post a comment.
