Ver Mensaje Individual
  #1 (permalink)  
Antiguo 07/09/2014, 04:11
Avatar de Scape
Scape
 
Fecha de Ingreso: octubre-2006
Mensajes: 626
Antigüedad: 18 años
Puntos: 7
condiciones metatags en php

Tengo este código para los meta tags

<?php if (is_single()) : if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<meta name="description" content="<?php the_excerpt_rss(); ?>" />
<?php endwhile; endif; elseif(is_home()) : ?>
<meta name="description" content="<?php bloginfo('description'); ?>" />
<?php endif; ?>

necesito meter una condición más para is page pero no lo logro


Esta pregunta sería tb para seccion wordpress pero aquí no consiguieron ayudarme.
Gracias