Ah, okay. So I’m using this code:
<div class=”date_header”><?php $my_date = the_date(”, ”, ”, FALSE); echo $my_date; ?></div>
However, in my date_header style it contains these properties:
‘ background: #COLOR;
color: #COLOR;
border-bottom: 2px solid #COLOR;
padding: 3px;
margin-bottom: 5px;
‘
So even when there’s no date to display, it still shows an empty box. How would I make it so the empty box does not show?