/* Template Name: Aviso de Privacidad */ ?> get_header(); // Datos $datos = pods('datos'); $telefono = $datos -> field('telefono'); $movil = $datos -> field('movil'); ?> /* Show the logo from the theme config */ $custom_logo_id = get_theme_mod('custom_logo'); $custom_logo_url = wp_get_attachment_image_url($custom_logo_id , 'full'); echo ''; ?> Aviso Legal the_title(); ?> Teléfono: echo $telefono; ?> Móvil: echo $movil; ?> the_content(); ?> get_footer(); ?>