
Tony Speedman
Gamma
Verificación en dos pasos activada
Verificado por Whatsapp
Verificado por Binance
Bueno, he modificado las etiquetas segun conviniencia para el SEO y me quedo mal. en Chrome, lo que le puse al logo (blog name) en el main index (<h1>) se ve abajo en letras. Después lo títulos de los posts, categorías y todo lo que le puse etiqueta o se repitio abajo mas chico (osea se veia 2 veces) O tenia un estilo distinto. No encuentro la manera de cambiar esto.
Les muestro como me quedo cada archivo:
Header.PHP:
Index.PHP:
Category.PHP:
Archives.PHP:
Page.PHP:
Single.PHP:
Tag.PHP:
Bueno, me basé en esto para cambiar las etiquetas. Mis dudas son:
-¿Están correctas?
-¿Como cambio los estilos de las etiquetas? Porque al realizar los cambios, me cambio el estilo, y no sé coomo hacer ahora.
-¿Como hago para que el titulo del blog aveces aparezca con h2 si esta en el header y es siempre el mismo..?
Es importante esto ya que voy a usar este theme para varios blogs más y lo quiero dejar a punto así empiezo con los otros sitios.
Saludos y un millón de gracias.. Obvio que va dedo verde!
Les muestro como me quedo cada archivo:
Header.PHP:
HTML:
<div id="logo">
<a href="http://tecnohoy.net/"><img border="0" src="http://tecnohoy.net/wp-content/themes/techified 1/images/logo.png" width="490" height="65">
<h1>TecnoHoy | Revista Tecnológica</h1>
</div>
HTML:
<div class="fullbox" id="post-<?php the_ID(); ?>">
<h3 class="title"><?php the_category(', ') ?></h3>
<div class="fullbox_content">
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
HTML:
<div class="fullbox_content">
<h1>
<?php single_cat_title(); ?>
</h1>
HTML:
<div class="excerpt_meta" id="post-<?php the_ID(); ?>">
<div class="excerpt_desc">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
HTML:
<div class="fullbox_excerpt">
<div class="fullbox_content">
<h1>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php /* If this is a category archive */ if (is_day()) { ?>
<?php echo sprintf(__('Archivos para %s'), the_time(__('F jS, Y', 'techified'))); ?>
<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<?php echo sprintf(__('Archivos para %s'), the_time(__('F, Y', 'techified'))); ?>
<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<?php echo sprintf(__('Archivos para %s'), the_time(__('Y', 'techified'))); ?>
<?php } ?>
</h1>
HTML:
<div class="excerpt_meta" id="post-<?php the_ID(); ?>">
<div class="excerpt_desc">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
HTML:
<div class="fullbox" id="post-<?php the_ID(); ?>">
<div class="fullbox_header"></div>
<div class="fullbox_content">
<div class="breadcrumb">
<h1><a href="<?php bloginfo('url'); ?>" title="<?php _e('Home', 'techified'); ?>"><?php _e('Home', 'techified'); ?></a></h1>
<img src="<?php bloginfo('template_directory'); ?>/images/arrow.png" alt="" />
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</div>
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
HTML:
<div class="fullbox" id="post-<?php the_ID(); ?>">
<div class="fullbox_header"></div>
<div class="fullbox_content">
<div class="breadcrumb">
<h2><a href="<?php bloginfo('url'); ?>" title="<?php _e('Home'); ?>"><?php _e('Home'); ?></a></h2>
<img src="<?php bloginfo('template_directory'); ?>/images/arrow.png" alt="" />
<?php the_category(' '); ?>
<img src="<?php bloginfo('template_directory'); ?>/images/arrow.png" alt="" />
<h1><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
</div>
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a>
<div class="post_info">
HTML:
<div class="fullbox_excerpt">
<div class="fullbox_content">
<h1>
<?php if(function_exists("UTW_ShowTagsForCurrentPost")) : ?>
<?php echo sprintf(__('archivos de la etiqueta %s\'s', 'techified'), UTW_ShowCurrentTagSet('tagsetcommalist') ); ?>
<?php else : ?>
<?php echo sprintf(__('archivos de la etiqueta %s\'s', 'techified'), single_cat_title() ); ?>
<?php endif; ?>
</h1>
HTML:
<div class="excerpt_meta" id="post-<?php the_ID(); ?>">
<div class="excerpt_desc">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
Bueno, me basé en esto para cambiar las etiquetas. Mis dudas son:
-¿Están correctas?
-¿Como cambio los estilos de las etiquetas? Porque al realizar los cambios, me cambio el estilo, y no sé coomo hacer ahora.
-¿Como hago para que el titulo del blog aveces aparezca con h2 si esta en el header y es siempre el mismo..?
Es importante esto ya que voy a usar este theme para varios blogs más y lo quiero dejar a punto así empiezo con los otros sitios.
Saludos y un millón de gracias.. Obvio que va dedo verde!