24/04/2010, 19:52
|
| | | Fecha de Ingreso: noviembre-2008
Mensajes: 286
Antigüedad: 16 años Puntos: 28 | |
Respuesta: Modificar Sticky Este extracto de codigo es la clave para modificar la función de Sticky y dejar q esta función enclave los post en el index...pero no funciona.
Espero puedan ayudarme..
<?php $i = 1;
if(!empty($_GET['sort']))
{
$orderby=trim($_GET['sort']);
$order=trim($_GET['order']);
$key=trim($_GET['key']);
// create the sort by injection
$posts = query_posts($query_string .'&caller_get_posts=1&orderby='.$orderby.'&meta_key='.$key.'&order='.$o rder.'');
}
if (have_posts()) : ?> |