Vorrei poter impostare $category di volta in volta che chiamo la funzione, come posso fare ?
Codice PHP:
function iMP_Portfolio($category = 2, $limit = '', $order = 'name', $sort = 'ASC', $image = true, $description = true, $rss = true)
Vorrei poter impostare $category di volta in volta che chiamo la funzione, come posso fare ?
Codice PHP:
function iMP_Portfolio($category = 2, $limit = '', $order = 'name', $sort = 'ASC', $image = true, $description = true, $rss = true)