From 65d83022529ae5dc6a92a0bfd5682e0b1ea08800 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, +) );