From 66651974cf2cbdeaf810fece9206005fb1e876cc Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 18 Jun 2018 16:48:10 -0400 Subject: [PATCH] fixing blog setup page --- content-page.php | 2 +- functions.php | 2 +- home-page.php | 1 - inc/{blog.php => panel.php} | 0 index-parallax.php | 2 +- index.php | 2 +- 6 files changed, 4 insertions(+), 5 deletions(-) rename inc/{blog.php => panel.php} (100%) diff --git a/content-page.php b/content-page.php index 5ead1ec..31c7345 100644 --- a/content-page.php +++ b/content-page.php @@ -5,7 +5,7 @@ * @package accesspress_parallax */ ?> - +LOLOL
>
', '' ); ?> diff --git a/functions.php b/functions.php index cec3642..20abc00 100644 --- a/functions.php +++ b/functions.php @@ -209,7 +209,7 @@ add_action( 'wp_enqueue_scripts', 'accesspress_parallax_scripts' ); * Implement the rooms feature. */ require get_template_directory() . '/inc/rooms.php'; -require get_template_directory() . '/inc/blog.php'; +require get_template_directory() . '/inc/panel.php'; require get_template_directory() . '/inc/parallax.php'; /** * Implement the Custom Header feature. diff --git a/home-page.php b/home-page.php index 55074c6..bb029b3 100644 --- a/home-page.php +++ b/home-page.php @@ -19,7 +19,6 @@ get_header(); $category = $section['category']; $googlemapclass = $layout == "googlemap_template" ? " google-map" : ""; ?> -
" id="ID); ?>"> diff --git a/inc/blog.php b/inc/panel.php similarity index 100% rename from inc/blog.php rename to inc/panel.php diff --git a/index-parallax.php b/index-parallax.php index a091f9e..f548203 100644 --- a/index-parallax.php +++ b/index-parallax.php @@ -12,7 +12,7 @@ */ $sections = of_get_option('parallax_section'); ?> - +
diff --git a/index.php b/index.php index 5f6c7dd..d404a4c 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ */ get_header(); ?> - -- 2.17.1