Código PHP:
<a href=”<?php bloginfo(’url’); ?>”><?php bloginfo(’name’); ?></a>
Código:
Prueba es el título que le puse al blog. http://localhost/prueba/"Prueba"
Y cuando pongo esto:
Código PHP:
<?php if(have_posts()):?><?php while(have_posts()):the_post();?>
<h2><a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></h2>
Código:
Probé cambiando los permalinks pero sigue igual, así que supongo que debe ser e. .htaccess pero ni idea que tengo que hacer para solucionarlo.http://localhost/prueba/"http://localhost/prueba/2012/05/hola-mundo/"
Gracias de antemano por su ayuda.