| Macik |
|
|---|---|
|
This functionallity is hard coded in Tags plugin. So you can not alter it simply with settings. But it's a flexible enough to be extended with other plugin for this. So you can write simple plugin with 2 hooks:
// check is it possible to sort by this field
if ($db->fieldExists($db_pages,'page_'.$o)) {
$order = 'ORDER BY `page_'.$o.'`';
}
https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F |