Is it possible, in your opinion, to code my own code so I could: 1. upload images in the WP backend interface. 2. attach that images to a specific post types ?
Also, I would like to replace repeater fields in option page with my own code.
Is it possible, in your opinion, to code my own code so I could: 1. upload images in the WP backend interface. 2. attach that images to a specific post types ?
Also, I would like to replace repeater fields in option page with my own code.
It is possible to replace ACF option page with a simple WP function, that will create a new admin menu page. Thus, there is no need to ask the end user to purchase ACF pro in order to install my new WP theme. In the new admin menu page, it's possible to build a HTML Bootstrap posting Form. that WP function is called : add_menu_page().