Hola, tengo una pregunta, como puedo hacer para agregar el <h1></h1> automaticamente en el titulo de la entrada??
Estuve leyendo este tema
http://forobeta.com/wordpress/173199-agregar-h1-wordpress.html
Y vi que es así
Pero en mi theme no se donde se pone, tiene algo así en el header.php
Como lo debo agregar??
Saludos :encouragement:
Estuve leyendo este tema
http://forobeta.com/wordpress/173199-agregar-h1-wordpress.html
Y vi que es así
Insertar CODE, HTML o PHP:
<h1><?php the_title(); ?></h1>
Pero en mi theme no se donde se pone, tiene algo así en el header.php
Insertar CODE, HTML o PHP:
<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><img class="panel" src="<?php getImage('1'); ?>" alt="<?php the_title(); ?>" width="130" height="200" />
Como lo debo agregar??
Saludos :encouragement: