Archive for the ‘Wordpress’ Category

10 Useful RSS-Tricks and Hacks For WordPress

Posted: February 24, 2011 by abdulqadeer in Information Tech, Wordpress

RSS is one of those technologies that are extremely simple yet extremely powerful. Currently, RSS is thede facto standard for blog syndication, and it is used widely in both personal and corporate settings; for example, in blogs. And because a large percentage of these blogs run on WordPress, we’ll cover in this post some (hopefully) [...]

Just execute these commands on mysql UPDATE wp_options SET option_value = replace(option_value, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’) WHERE option_name = ‘home’ OR option_name = ‘siteurl’; UPDATE wp_posts SET guid = replace(guid, ‘http://www.old-domain.com’,’http://www.new-domain.com’); osts and pages: UPDATE wp_posts SET post_content = replace(post_content, ‘http://www.old-domain.com’, ‘http://www.new-domain.com’);