The MTPaginate tag only works within PHP documents! Make sure that the document extension is .php and that your server supports PHP documents. 10) $paginate_current_page = 10; $paginate_sections = array( 0 , 10, 20, 30, 40, 50, 60, 70, 80, 90, 100); $paginate_top_section = $paginate_sections[$paginate_current_page-1]+1; $paginate_bottom_section = $paginate_sections[$paginate_current_page]; } else