Disable / Hide Page Components #363
-
Hi, first things first, amazing theme! I'm wondering if it's possible to hide or disable Page Components area when adding Custom Post Type. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rafzielinski, the page components can be defined to show up on specific post types only. This can be achieved by adjusting the conditional in the ACF field group. By default, the page components are defined to show up on any post type that is not the default post type: https://github.com/flyntwp/flynt/blob/master/inc/fieldGroups/pageComponents.php#L30-L38 |
Beta Was this translation helpful? Give feedback.
Hi @rafzielinski, the page components can be defined to show up on specific post types only. This can be achieved by adjusting the conditional in the ACF field group. By default, the page components are defined to show up on any post type that is not the default post type: https://github.com/flyntwp/flynt/blob/master/inc/fieldGroups/pageComponents.php#L30-L38