'evento')); if ( $eventos->have_posts() ) : $i = 0 ; while ( $eventos->have_posts() && $i < 1 ) : $eventos->the_post(); ?>
$("div").addClass(function(index, currentClass) {
var addedClass;
if ( currentClass === "top-news" ) {
addedClass = "noImage";
}
return addedClass;
});
';
}
?>
...
...
~