Tag Archives: plugin

One-button website publishing using WordPress-mu

I’m kinda loving on WordPress MU. One of my recent projects required building web sites that pulled from a shared database. WordPress MU allowed me to create a one-button website builder for my client. WordPress MU calls them blogs, but my client will map a unique domain to each blog, and, well, [...]

Posted in Development, wordpress, wordpress-mu | Also tagged , , , , | 2 Comments

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