Support

Account

Home Forums Backend Issues (wp-admin) Custom field not appearing on category edit page Reply To: Custom field not appearing on category edit page

  • Hello James,

    Sure. Attached is the JSON file of my custom field.
    Notice that I have enabled it to show on taxonomies.

    
    [
        {
            "param": "taxonomy",
            "operator": "==",
            "value": "category"
        }
    ]
    

    Thanks!