lundi 2 février 2015

How to create automatically custom fields from an array


I have many data in differents arrays


Download Links Array which is sections by languages



array(
'english_links' => array(
'name'=>'url',
'name'=>'url',
'name'=>'url',
)
'arabic_links' => array(
'name'=>'url',
'name'=>'url',
'name'=>'url',
)
);


Details Array e.g


array('release year'=>2009,description=>'asdfasdfasdfasdfadsf' etc etc);


I want to create custom fields and show them like this please see picture by click on link.


Detail Image Link please help me how can i do that thank you.





Aucun commentaire:

Enregistrer un commentaire