Is there a way to put a placeholder text in the category form label? Right now the label is empty and has a dropdown menu filled with categories. I want to make a dummy placeholder text which will be something to : CHOOSE THE CATEGORY!
<option value="<option value="<?php wp_dropdown_categories('exclude=34, selected=0'); ?>
</option>
Thanks in advance!