欢迎各位兄弟 发布技术文章
这里的技术是共享的
function shipingzhongcustomfour_get_view_rowcount(){ $view = views_get_current_view(); $page_total = count($view->result); if(isset($view->total_rows)){ return " <strong>条目数 <font color='red'>" . $view->total_rows . "</font></strong>"; } else { return " <strong>条目数 <font color='red'>" . $page_total . "</font></strong>"; } }