Can someone help me fix these errors, please? Code line: function pagination($per_page = 5, $page = 1, $url = '', $total) Code (markup): I tried this, but it breaks my site layout: function pagination($total, $per_page = 5, $page = 1, $url = '') Code (markup): Full code: https://paste2.org/Z3gZN4Ev I also found this code in my single.php: echo pagination($limit,$page,$m_Cpageurl.'?mrpage=',$rows); Code (markup): single.php full code: https://paste2.org/mMPeW8gZ Thank you in advance