usar primer post como primera pagina
Esto también te interesa!
PREGUNTAS SIMILARES
#3
<?php if(is_home()) { $recentPosts = new WP_Query(); $recentPosts->query('showposts=1'); while ($recentPosts->have_posts()) : $recentPosts->the_post(); wp_redirect(get_permalink(), 301); endwhile; } ?>