From 638d714687bf0ee4da2c49c884a9bde97913689b Mon Sep 17 00:00:00 2001 From: Mika Ipstenu Epstein Date: Sun, 10 Dec 2023 09:41:25 -0800 Subject: [PATCH] Formatting and readem --- readme.md | 2 +- template-parts/content-post_type_actors.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f5bd71a2..a094c792 100644 --- a/readme.md +++ b/readme.md @@ -61,7 +61,7 @@ Pushes to branches are automatically deployed via Github Actions as follows: ## Features * Supports three Custom Post Types and related taxonomies: Characters, Themes, Actors -* Integrated with LWTV Plugin +* Integrated with LWTV Plugin ( `lwtv_plugin()->FUNCTION()` ) * Integrated with [FacetWP](https://facetwp.com), [Jetpack Instant Search](https://jetpack.com/support/search/), and [CMB2](https://cmb2.io/). * Additional custom image sizes: Show (960x400), Character (225x300), Actor (225x300) * Additional custom sidebars: Show, Character, and Actor Archives diff --git a/template-parts/content-post_type_actors.php b/template-parts/content-post_type_actors.php index 0d257f8e..2c088556 100644 --- a/template-parts/content-post_type_actors.php +++ b/template-parts/content-post_type_actors.php @@ -60,7 +60,7 @@ $count = 1; foreach ( $pronoun_terms as $pronoun_term ) { $pronouns .= $pronoun_term->name; - $pronouns .= ( $count < count( $pronoun_terms ) ) ? ' • ' : ''; + $pronouns .= ( $count < count( $pronoun_terms ) ) ? '/' : ''; ++$count; } if ( isset( $pronouns ) && ! empty( $pronouns ) ) {