Skip to content

Commit

Permalink
Formatting and readem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipstenu committed Dec 10, 2023
1 parent 3765f5e commit 638d714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-post_type_actors.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
$count = 1;
foreach ( $pronoun_terms as $pronoun_term ) {
$pronouns .= $pronoun_term->name;
$pronouns .= ( $count < count( $pronoun_terms ) ) ? ' &bull; ' : '';
$pronouns .= ( $count < count( $pronoun_terms ) ) ? '/' : '';
++$count;
}
if ( isset( $pronouns ) && ! empty( $pronouns ) ) {
Expand Down

0 comments on commit 638d714

Please sign in to comment.