on website I have multiple posts that contains specific span. Example: *Post 1: 4 Post 2: 3 Post 3: 7**
Is it possible to order posts by this span values?
$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'); ?>
on website I have multiple posts that contains specific span. Example: *Post 1: 4 Post 2: 3 Post 3: 7**
Is it possible to order posts by this span values?