Home › Support Forums › Theme Support › Pinboard › How to remove/hide author, date, labels, etc. › Reply To: How to remove/hide author, date, labels, etc.
Daniel Tara
Keymaster
Inside functions.php find the function pinboard_entry_meta()
and delete its contents. In the end it should look line this:
function pinboard_entry_meta() { }