diff --git a/functions.php b/functions.php index 497d131..6ae1514 100644 --- a/functions.php +++ b/functions.php @@ -423,7 +423,7 @@ function sd_remove_bp_home_class( $wp_classes, $extra_classes ) { * @since 1.0.4 */ function sd_feature_area_title_meta(){ - global $pid; + global $pid, $post; $title_class = "text-white display-3"; $pid = $pid ? $pid : get_the_ID(); $subtitle = ''; @@ -432,7 +432,12 @@ function sd_feature_area_title_meta(){ ?>
post_type); + ?> + +