Edit the file called “YourWordPressFolder/wp-admin/categories.php”
Look for the code below (should start around line 139)
$pagenum = absint( $_GET['pagenum'] );
if ( empty($pagenum) )
$pagenum = 1;
if( !$catsperpage || $catsperpage < 0 )
$catsperpage = 20;
Change $catsperpage from the last row to whatever you wish.
The default value for $catsperpage is 20.
August 28th, 2008 | Posted in Level 5 : Modify the code | No Comments
Go to dashboard -> Settings -> Readings -> Syndication feeds show the most recent
Set the number of posts to whatever value you wish.
The default value for this setting is 10.
August 28th, 2008 | Posted in Level 2 : Configure WordPress | No Comments
Go to dashboard -> Settings -> Readings -> Blog pages show at most
Set the number of posts to whatever value you wish.
The default value for this setting is 10.
August 28th, 2008 | Posted in Level 2 : Configure WordPress | No Comments
If you have a question, please ask it as a reply to this post. If your question is not anymore displayed as a reply, it means that was transfered to my pending list or it got the answer it deserves and it was posted on the site. I simply don’t delete any question I receive.
August 28th, 2008 | Posted in Ask a question | No Comments