diff --git a/inc/facet.php b/inc/facet.php index fd0218f0..22a1f665 100644 --- a/inc/facet.php +++ b/inc/facet.php @@ -36,6 +36,7 @@ function lwtv_yikes_facetwp_add_labels() { // Titles if ( FWP.facets.show_loved == 'yes' ) { title.push( 'We Love' ); } + if ( FWP.facets.show_loved == 'no' ) { title.push( 'We Don\'t Love' ); } if ( FWP.facets.show_worthit == 'yes' ) { title.push( 'That Are Worth Watching' ); } if ( FWP.facets.show_worthit == 'no' ) { title.push( 'That Are Not Worth Watching' ); } if ( FWP.facets.show_stars != '' && typeof FWP.facets.show_stars != 'undefined' ) {