From e2cab60a0532459e63a7a1fa3e709146841050b4 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 24 Oct 2018 14:35:25 +0200 Subject: [PATCH] sidebar: initial dynamic sidebar support Doesn't work yet as I haven't put wp_footer in the footer --- functions.php | 17 +++++++++++++++++ sidebar.php | 50 +------------------------------------------------- 2 files changed, 18 insertions(+), 49 deletions(-) create mode 100644 functions.php diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..64f22f7 --- /dev/null +++ b/functions.php @@ -0,0 +1,17 @@ + '
', + 'after_widget' => '
', + 'before_title' => '

', + 'after_title' => '

', + )); diff --git a/sidebar.php b/sidebar.php index c6fc94a..5299928 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,51 +1,3 @@