Does anyone know how to change the NUMBER of results shown on the "Browse Profiles" browse.php page ?
Does anyone know how to change the NUMBER of results shown on the "Browse Profiles" browse.php page ? |
You meen from the default of 64 in simple view or the default of 5 in extended view? https://www.deanbassett.com |
Search the below code in your browse.php and Change the $iPerPage = 64; from 64 to anything you want if ( isset($_GET['per_page']) ) { Another Day past............................. |
Thank you! |