• Can I do something like this to add a custom taxonomy field to any page?

    fields' => [
            [
                'label' => _x('Tags', 'Options', 'mytheme'),
                'key' => 'image_tags',
                'name' => 'image_tags',
                'type' => 'taxonomy',
                'appearance' => 'text',
            ]
        ],
Viewing 1 replies (of 1 total)
  • Thread Starter Prafulla Kumar Sahu

    (@prafulla)

    I tried something like
    `’label’ => _x(‘Tags’, ‘ Options’, ‘mytheme’),
    ‘key’ => ‘image_tags’,
    ‘name’ => ‘image_tags’,
    ‘taxonomy’ => ‘image_tag’,
    ‘field_type’ => ‘text’,
    ‘allow_null’ => 1,
    ‘load_save_terms’ => 1,
    ‘return_format’ => ‘id’,
    ‘add_term’ => 1`

    Did not get any success.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add taxonomy field tag to a page?’ is closed to new replies.