Easy custom fields in wp , function get_post_meta( $post->ID , “customfield..” , true ) ;
select the custom field option , from wp-admin -> post , and set your own custom field eg. imglink
for more specific information , see wordpress codex http://codex.wordpress.org/Function_Reference/get_post_meta
Advertisement
