From: Anthony Talarico Date: Thu, 10 May 2018 16:56:21 +0000 (-0400) Subject: fixing the pages dropdown for the parallax sections X-Git-Tag: v1.0.0^2~40 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=1f3b82299e2e82669846383358dbb3d264095cf6;p=WP-Themes%2Flaurium.git fixing the pages dropdown for the parallax sections --- 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 );