Tag: wp
-
Moving WordPress 2.6 posts to a new 3.x installation
You have an old 2.6 version of WordPress with 2 000+ posts and 100 000+ in total comments. Today you have installed a brand new WordPress 3.x blog and want to import all data from the old blog but it is just too much to export with the built in export function in WP 2.6.…
-
Multiple domains on one WP network installation
Setting up a new WordPress Network is from version 3.0 very simple and done within 5 min. To set this up so you can use multiple domains to your network blogs is no biggie that either. But what if you want to have multiple domains pointed to the main blog/network and not the sub blogs?…
-
applying oop to wordpress themes
first couple of wordpress themes people hack together are unmaintainable pieces of junk, so was mine (to say the least). the problem usually lies in the custom functions.php file, in which all things evil mostly takes place. the code in this file is generally just sequentially executed crap which, if you’re lucky, won’t collide with…