Skip to content

Commit

Permalink
Merge pull request #1338 from visual-framework/latest-editor
Browse files Browse the repository at this point in the history
feat: display the latest editor on the intranet theme
  • Loading branch information
kasprzyk-sz authored Jul 19, 2024
2 parents 0b07b03 + a5e11f9 commit 129fc11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wp-content/themes/vf-wp/template-title-left-aligned.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

?>

<?php


Expand Down

0 comments on commit 129fc11

Please sign in to comment.