ID, 'tags_youtube', true); $activo = get_post_meta($post->ID, 'related_video', true); $titulo = get_post_meta($post->ID, 'title_youtube', true); $creditos='Related Video'; if( $activo =='' || $activo==1){ if (is_single() && !is_home()) { if (!$termino ==''){ $script_div='

'.$titulo.'

Loading...
'; $content= $content.$script_div.$creditos; //echo $sharex; } else{ $termino=get_the_title(); $script_div='

'.$titulo.'

Loading...
'; $content= $content.$script_div.$creditos; } } } ?>