From 2a8688a7e562a72e94eeada822a62d94746ea095 Mon Sep 17 00:00:00 2001 From: Vladimir Vassilev Date: Sun, 19 Apr 2015 14:42:04 +0300 Subject: [PATCH] adding header image support --- functions.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index a3d28b0..9be937d 100644 --- a/functions.php +++ b/functions.php @@ -337,6 +337,7 @@ if (function_exists("pll_register_string")) { pll_register_string('hall5','Бургас'); } - - ?> - +$wp_customize->add_section( 'header_image' , array( + 'title' => __( 'Header image', 'initfest' ), + 'priority' => 30, +) );