Skip to content

Instantly share code, notes, and snippets.

View xomisse's full-sized avatar
👩‍💻
I may be slow to respond.

Elaine Malone xomisse

👩‍💻
I may be slow to respond.
View GitHub Profile
@mathetos
mathetos / image-upload-field-custom-taxonomy
Created September 20, 2014 21:37
Add Image Upload Field to Custom Taxonomy
<?php
/* Add Image Upload to Series Taxonomy */
// Add Upload fields to "Add New Taxonomy" form
function add_series_image_field() {
// this will add the custom meta field to the add new term page
?>
<div class="form-field">
<label for="series_image"><?php _e( 'Series Image:', 'journey' ); ?></label>