3,
'cat' => $catBlog
);
$query = new WP_Query( $args );
$i=1;
if ($query->have_posts()) :
while ($query->have_posts()) : $query->the_post();
/*
$cats = get_the_category();
foreach ($cats as $cat) {
if($cat->slug == 'web-design')
{
$classColor = 'webDesign';
}elseif($cat->slug == 'studio-graphique')
{
$classColor = 'studioGraphique';
}elseif($cat->slug == 'agence-web')
{
$classColor = 'agenceWeb';
}elseif($cat->slug == 'production-audiovisuelle')
{
$classColor = 'productionAudiovisuelle';
}elseif($cat->slug == 'inbound-marketing')
{
$classColor = 'inboundMarketing';
}elseif($cat->slug == 'formations-sur-mesure')
{
$classColor = 'formationSurMesure';
}
}
*/
?>