>

    term_id, 'category' ); foreach ( $series_ids as $this_series_id ) { if ( has_category( $this_series_id ) ) { array_push( $series, get_category( $this_series_id ) ); } } if ( count( $series ) > 1 ) { $category_text .= '’'; } $punct = ':'; foreach ( $series as $this_series ) { $category_text .= $punct . ' '; if ( ':' === $punct ) { $punct = ';'; } $category_text .= '' . $this_series->name . ''; } $category_text .= '.'; echo '
  • '; echo wp_kses_post( "This $post_category $category_text" ); echo '
  • '; } ?>
  • This piece was written over a year ago. It may no longer accurately reflect my views now, or may be factually outdated.
  • This piece was originally written for my old site, Oh What? Oh Jeez! As such, it may not have transferred over properly and some images and links might be broken (and, to a lesser extent, my writing from years ago is about 80% run-on sentences).
  • This work is licensed under . Sorry about that.