body > p:nth-child(2),
body > p:nth-child(6) {
color: red;
}
$eventDate = date('d.m.Y', strtotime(get_post_meta($post->ID, 'dateend', 1)));
$currentDate = date('d.m.Y');
if($currentDate <= $eventDate) {
// Тут код вывода записи
}