head code 2

/* Describe what the code snippet does so you can remember later on */add_action('wp_head', 'your_function_name');
function your_function_name(){
if(is_single(73790)) {  ?>
PASTE HEADER CODE HERE
<?php  }
};

Pin It on Pinterest