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) [...]
Archive for the ‘Wordpress’ Category
10 Useful RSS-Tricks and Hacks For WordPress
Posted: February 24, 2011 by abdulqadeer in Information Tech, Wordpress0
How to Move WordPress site from localhost to any other domain
Posted: November 4, 2010 by abdulqadeer in Information Tech, WordpressJust 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’);
