<<< << < 2  > >> >>> 

How to change the numbers of categories per page (dashboard)

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.

How to change the number of posts per RSS feed

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.

How to change the number of posts per page

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.

All questions are welcomed!

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.

<<< << < 2  > >> >>>