How get sum of meta_boxes values in wordpress
first of all sorry for my weak english, I'm using wordpress and there are
some metaboxes which contains numbers , for getting more clear see this
markup :
Post 1:
Metabox1: item1_name
Metabox2: item1_number1
Metabox3: item2_name
Metabox4: item2_number1
Post 2:
Metabox1: item1_name
Metabox2: item1_number2
Metabox3: item2_name
Metabox4: item2_number2
Post 3:
Metabox1: item1_name
Metabox2: item1_number3
Metabox3: item4_name
Metabox4: item4_number2
i wanna write a code, first make an array and sum the numbers of each item
and push items and their numbers in one array,(Is it useable Key=>value),
Can someone help me out writting this?
No comments:
Post a Comment