• Resolved rstrah

    (@rstrah)



    I tried to add a search for carbonfields on the /wp-admin/admin.php?page=elasticpress-weighting page via “ADD FIELD” but it did not produce results.

    Container::make('post_meta', __('Руководители', 'crb'))
            ->where('post_template', '=', 'management.php')
    		->where( 'current_user_role', 'IN', array( 'carbonfields_manager', 'administrator' ) )
            ->add_fields(
                array(
                    Field::make('complex', 'crb_manager_description', 'Руководитель')
                        ->add_fields(
                            array(
                                Field::make('image', 'manager_photo', 'Фото')->set_value_type('url'),
                                Field::make('text', 'manager_name', 'Фио'),
                                Field::make('text', 'manager_role', 'Должность'),
                                Field::make('rich_text', 'manager_bio', 'Биография'),
                                Field::make('rich_text', 'manager_reception', 'Время приёма'),
                            )
                        )
                )
            );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.