程序员人生 网站导航

DEDECMS搜索结果按点击排序的修改方法

栏目:DedeCMS时间:2014-02-23 13:49:53

  DEDECMS搜索结果按点击排序的修改方法

  修改这个地方:

  include/inc_arcsaerch_view.php的大概第48行

  从

  $this->OrderBy = 'dede_full_search.aid desc';

  改为

  $this->OrderBy = 'dede_full_search.click desc';

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐