
Para cambiar el número de entradas en WordPress, se debe entrar en «apariencia» y luego «editor». Abrir y buscar de nuevo: Plantilla de la página principal (index.php) <!– Edit Below 3 –> <?php query_posts(‘cat=-ID&showposts=30‘); ?> <?php while (have_posts()) : the_post(); ?> <div class=»latest-post-wrap»> <div class=»latest-post»> <div class=»latest-title»> <h2><a href=»<?php the_permalink() ?>» rel=»bookmark» title=»Permanent Link to <?php the_title_attribute(); ?>»><?php the_title(); ?> </a></h2> </div> <div class=»latest-image»> <?php image_attachment(‘image’, 162, 118); ?> </div> </div> <div class=»latest-content»> <div class=»postMeta-front»><span class=»date»><?php the_time(‘F j, […]