Remove “Page 1 of x” on Joomla multipage content
Monday, January 19th, 2009INFO: I am only done this on Joomla 1.5.x, perhaps it’s also do-able on Joomla 1.x and future Joomla version
Open file plugins/content/pagebreak.php
search for “page counter” and remark the 3 lines
// page counter //$row->text .= '<div class="pagenavcounter">'; //$row->text .= $pageNav->getPagesCounter(); //$row->text .= '</div>';