Documentos

name; ?>

slug;

$args = array();
query_posts(array(‘category_name’ => $slug, ‘posts_per_page’ => -1, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’));
$cont=0;

if (have_posts()) : while (have_posts()) : the_post();

$classe = ($cont % 2 == 0) ? ‘par’ : ‘impar’;

?>

<a class="” href=””>