does MetaBox translates huge arrays into a backend form to fill in?
-
pre-sales/install question, to understand if MetaBox can save my life.
In my theme there are 2 custom-post-types which are filled via frontend by the users. Users fill in some fields and the system gathers them all in an array which is then put into the 2 CPTs (not as a split, but as 2 almost identical CPTs).
My problem is that I need to view/edit those fields from the backend, so I need to create a metabox.
By looking at your “get started” tutorial it seems that I just have to add the whole array to functions.php (ut wouldn’t it just make functions.php too big?). Is that so? Will I just get a meta box with all single array entries like a form?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘does MetaBox translates huge arrays into a backend form to fill in?’ is closed to new replies.