fixing the pages dropdown for the parallax sections
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 16:56:21 +0000 (12:56 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 May 2018 16:56:21 +0000 (12:56 -0400)
inc/accesspress-options.php

index 121a3b9..a91c76b 100644 (file)
@@ -73,7 +73,7 @@ function optionsframework_options() {
        }
 
     $args = array(
-        'post_type' => 'glm-parallax',
+        'post_type' => 'glm-panel',
         'cat' => 'welcome',
         'posts_per_page' => -1
         );