From 1f3b82299e2e82669846383358dbb3d264095cf6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 10 May 2018 12:56:21 -0400 Subject: [PATCH] fixing the pages dropdown for the parallax sections --- inc/accesspress-options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/accesspress-options.php b/inc/accesspress-options.php index 121a3b9..a91c76b 100644 --- a/inc/accesspress-options.php +++ b/inc/accesspress-options.php @@ -73,7 +73,7 @@ function optionsframework_options() { } $args = array( - 'post_type' => 'glm-parallax', + 'post_type' => 'glm-panel', 'cat' => 'welcome', 'posts_per_page' => -1 ); -- 2.17.1