From d7945191805ceaf7ad753af385562404bed2ff4c Mon Sep 17 00:00:00 2001 From: trav Date: Fri, 3 Feb 2023 11:01:31 -0800 Subject: [PATCH] aadil mobile fix --- functions.php | 4 +- functions.php~ | 8 ++++ parts/footer.html~ | 92 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 103 insertions(+), 1 deletion(-) create mode 100644 functions.php~ create mode 100644 parts/footer.html~ diff --git a/functions.php b/functions.php index a0e564a..ebf4821 100644 --- a/functions.php +++ b/functions.php @@ -5,4 +5,6 @@ add_action('init', 'custom_stylesheet'); function custom_stylesheet() { wp_register_style( 'custom-styles', get_template_directory_uri() . '/style.css' ); } -wp_enqueue_style( 'custom-styles' ); \ No newline at end of file +wp_enqueue_style( 'custom-styles' ); + +add_action( 'customize_register', '__return_true' ); diff --git a/functions.php~ b/functions.php~ new file mode 100644 index 0000000..a0e564a --- /dev/null +++ b/functions.php~ @@ -0,0 +1,8 @@ + + +