I want to create a category loop on my blog site, i already created some categories and uploaded featured images for them, but what's the next step?
Thank you :)
$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'); ?>
I want to create a category loop on my blog site, i already created some categories and uploaded featured images for them, but what's the next step?
Thank you :)