Hi I have taxonomy terms that needs to be displayed in reverse order. I have parent term"Arizona" and sub term "phoenix" and needs to be displayed like "Phoenix, Arizona" on the page.
do you know how this can be done?
$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>
Hi I have taxonomy terms that needs to be displayed in reverse order. I have parent term"Arizona" and sub term "phoenix" and needs to be displayed like "Phoenix, Arizona" on the page.
do you know how this can be done?