Tag Archives: hook

How to change the number of posts shown in the WordPress admin area without hacking the core

It is easy to go in and hack the core WordPress files to change the hard-coded number, but I wanted to find a way to do it with a hook.  That way, I could one day change the number of posts shown using controls in the interface.
Though there is no filter provided for the number [...]

Posted in Development, wordpress | Also tagged , , , , | 4 Comments