Ver Mensaje Individual
  #4 (permalink)  
Antiguo 14/06/2012, 08:55
Avatar de Nekko
Nekko
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Buenos Aires
Mensajes: 3.141
Antigüedad: 16 años, 1 mes
Puntos: 656
Respuesta: Mostrar en el index las entradas publicadas hace 2 días

Jugá con algo como esto:

http://stackoverflow.com/questions/8...-by-date-range
Código PHP:
Ver original
  1. <?php
  2.   function filter_where($where = '') {
  3.    $where .= " post_date = '" . date('Y-m-d', strtotime('-2 days')) . "'";
  4.     return $where;
  5.   }
  6. add_filter('posts_where', 'filter_where');
  7. query_posts($query_string);
  8. ?>
__________________
Taller para crear themes wordpress desde cero | Presupuestos para trabajos particulares vía MP