Could anyone help me in editing this snippet to show post categories?
-
Hello, could anyone help me in editing this snippet to show post categories? Or link me to the correct documentations. Any help would be greatly appreciated.
$this->add_control( 'layout_show_post', [ 'label' => __( 'Show Post', 'ova-framework' ), 'type' => \Elementor\Controls_Manager::SELECT, 'default' => '', 'options' => [ '' => __( 'Default', 'ova-framework' ), 'feature' => __( 'Feature', 'ova-framework' ), ], ] );
- The topic ‘Could anyone help me in editing this snippet to show post categories?’ is closed to new replies.