how get sum of metaboxes values in wordpress with php -
i'm using wordpress content management system , using 2 metabox field each post , first metabox contains names , second contains values, getting more clear see markup :
metaboxes: fisrt metabox: names(such book ,car , pen , notebook) second metabox : values(such 200, 120, 432, 493) this metaboxes repeats , example 2 post can have "book" first metabox , 200 , 300 second metabox, want sum of values of each name metabox , put them in array , , use these results in future, can me out writting this?
Comments
Post a Comment