Category Archives: Wordpress
WordPress Permalink Without Using GUID
Sometimes we have a need of pretty link instead of default link …. Default link is http://mavendeveloper.com/?p=3 pretty link is http://mavendeveloper.com/2010/08/sub-domain-not-working-in-wordpress-3-0-or-wpmu/ if you are in loop the below code works well: get_permalink($post->ID); but sometimes getting pretty link is impossible when … Continue reading
Subdomain issue (wp3/wpmu)
I came across a situation, Everything was fine … wordpress 3.0 was installed properly but i was unable to create sub domain for wordpress for example : wordpress.mavendeveloper.com or jobs.mavendeveloper.com or extjs.mavendeveloper.com or iphone.mavendeveloper.com or any other such sub domain … Continue reading
Converting WP To WPMU
Converting WordPress To WordPress MU is Simple What i think about converting from WP to WordPress MUsimply requires fews steps: 1) backup your WP DB . 2) fresh Install MU and let MU create Tables for You… the tables it … Continue reading
