From a667619f48b1a59affbd9dc021bce4f77951e3c8 Mon Sep 17 00:00:00 2001 From: Ned Zimmerman Date: Wed, 30 Aug 2017 20:05:08 -0300 Subject: [PATCH] Fix logo id. --- app/controllers/App.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/App.php b/app/controllers/App.php index 62cd68b..c00cf82 100644 --- a/app/controllers/App.php +++ b/app/controllers/App.php @@ -8,6 +8,7 @@ class App extends Controller { public function siteLogo() { + $custom_logo_id = get_theme_mod('custom_logo'); if (has_custom_logo()) { return wp_get_attachment_image($custom_logo_id, 'original'); } else {