Cómo agregar un header a mi tema en Wordpress

  • Autor Autor adriangomez
  • Fecha de inicio Fecha de inicio
Estado

🔒 Este tema está cerrado para nuevas respuestas.

⏰ Solo el creador del tema puede solicitar la reapertura de sus propios temas, pero únicamente dentro de los 60 días previos a la última actualización.

A

adriangomez

Beta
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
HOLA AMIGOS DE FORO BETA! LLEVO DIAS INTENTANDO SABER COMO AGREGAR UN HEADER A MI TEMA? TENGO UNA CARTA DE VENTAS! PERO EL THEME NO TRAJO NINGUN HEADER! Y QUIERO AGREGARLE UNO! LA VERDAD NO SE SI AQUI SE PUEDEN PONER URL! ESTA ES MI PAGINA WEB. Enlace eliminado COMO VERAN NO TIENE NINGUN HEADER! Y ESTE ES EL CODIGO QUE ME APRARECE EN EL HEADER.PHP DE WORDPRESS.

Insertar CODE, HTML o PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<title><?php if (is_home () ) { bloginfo('name'); } elseif ( is_category() ) { single_cat_title(); echo ' - ' ; bloginfo('name'); }
 elseif (is_single() ) { single_post_title(); }
 elseif (is_page() ) { bloginfo('name'); echo ': '; single_post_title(); }
 else { wp_title('',true); } ?></title>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/script.js"></script>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" /> 
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<div id="art-page-background-simple-gradient">
</div>
<div id="art-main">
<div class="art-Sheet">
    <div class="art-Sheet-tl"></div>
    <div class="art-Sheet-tr"></div>
    <div class="art-Sheet-bl"></div>
    <div class="art-Sheet-br"></div>
    <div class="art-Sheet-tc"></div>
    <div class="art-Sheet-bc"></div>
    <div class="art-Sheet-cl"></div>
    <div class="art-Sheet-cr"></div>
    <div class="art-Sheet-cc"></div>
    <div class="art-Sheet-body">


EL HEADER YA LO TENGO LISTO ES UNA IMAGEN JPJ ME PUEDEN DECIR QUE ES LO QUE DEBO HACER? MUCHAS GRACIAS!
 
6. Seguir las etiquetas básicas de escritura. Escribir al estilo HOYGAN continuamente merece una infracción, así como escribir en puras mayúsculas y abrir y/o contestar a temas incoherentemente.
(10 puntos de infracción / expiración de 1 mes).
 
Entiendo que los problemas en tu sitio son muy importantes.

Pero también es importante seguir las reglas. Y es de elemental cortesía presentarte.

Cierro el post. Aplico sanción. Y procura no usar solo mayúsculas.
 
Estado

🔒 Este tema está cerrado para nuevas respuestas.

⏰ Solo el creador del tema puede solicitar la reapertura de sus propios temas, pero únicamente dentro de los 60 días previos a la última actualización.

Atrás
Arriba