diff --git a/wp-content/themes/vf-wp/template-title-left-aligned.php b/wp-content/themes/vf-wp/template-title-left-aligned.php index e03557f00..f823c554f 100644 --- a/wp-content/themes/vf-wp/template-title-left-aligned.php +++ b/wp-content/themes/vf-wp/template-title-left-aligned.php @@ -12,7 +12,14 @@ $title = get_the_title(); +// display the latest editor on the intranet theme +$current_theme = wp_get_theme(); +if ($current_theme->get('Name') === 'VF-WP Intranet') { + display_latest_editor_for_admin(); +} + ?> +