Monday, 27 April 2015

Migrate WordPress Easily With Automated Tools

Is you web host giving your fits? Do you want to move to a new host but fear you won't be able migrate WordPress installs? It's not that hard to migrate WordPress - it's just a collection of files and a database. To outline how the internals of WordPress work, here is the process.

WordPress typically has a database allocated to it in your web hosting panel. It is generally a database that is dedicated solely for your WordPress site. This database has several tables attached to it, with the default names beginning with 'wp-'. These tables contain the blog posts, settings and configuration information for your blog. To migrate WordPress, you have to move the database to a new server. You can do this by exporting and importing the database using the PHPMyAdmin panel provided by your web host.

The other task of migrating WordPress is moving the actual Wardress files. There will be files in the root folder of your blog installation, along with several sub-folders, beginning with the name 'wp-'. Those files and folders also have to be copied down and saved. One file that is very important is the wp-config.php file - that file holds the configuration information peculiar to your blog installation.

Another important file to save is the .htaccess file - this file may contain important settings used by one or more of your plugins. Make sure that when you copy down your blog, you include this important file. Some WordPress installs will not have this file at all, however. One other issue some people have when migrating WordPress: the locations of image files.

By default, WordPress places image files under the wp-content folder; but some bloggers put header graphics, banner ads and other images in non-standard locations. When you are trying to move your blog, be sure you know where your images are located. If you don't do this correctly, you will see little placeholders with 'x's in them instead of images on your blog. If you have images in non-standard locations, be sure to download and copy those, too.

This sounds like a complicated process because well, it is. That is why there are automated tools that will take care of these details for you. Migrating WordPress by hand has it's pitfalls, and automation can really help.

It's easy to clone WordPress with BlogZapper, the easiest way to start cloning WordPress blogs.

Source: http://ezinearticles.com/?Migrate-WordPress-Easily-With-Automated-Tools&id=6292964

Tuesday, 21 April 2015

How to Migrate From WordPress to Tumblr

If, for some reason, you want to move your WordPress blogs to Tumblr, there are several ways you can apply. There are even procedures that allow you to migrate everything, including your photos/images and comments. Although there is no process that's as easy as 1-2-3, there are steps that are quite simple to follow; steps that you can do on your own.

There are a lot of guides you can use for transferring your WordPress blog to Tumblr. What follows, however, is a slightly simple version that almost anybody can perform.

Step Number One

Of course, the first thing that you need to do is create your own Tumblr account (if you do not have one yet). It's easy to make one; you'll only need to sign up and then provide some basic personal information and you'll be able to create your account.

Step Number Two

Open your WordPress account and navigate to the Dashboard. Find the TOOLS command and choose EXPORT.

Then choose POSTS. Look for the tab that says DOWNLOAD EXPORT FILE and click on it. This will export all your WordPress posts.

Step Number Three


Your export file will appear as an XML file. You need to make sure, though, that every content you export has an actual data, as well as a content encoded section.

Step Number Four

Consider the fact that there is a limit to how many posts you can migrate to Tumblr every day. The safest number is 70. What you can do, though, is to create separate files for your XML file so you can be sure that each will have only 70 items. Remember that you need to keep the items encoded, i.e. - or s.

Step Number Five

You will then need to find a good PHP script. This link will provide you with one.

Then you'll have to insert or change some of the details with your information. Here are some specifics that you should follow:

For $xmlFile = 'MYEXPORTFILE.xml'; - indicate the XML file that you are importing.

For $tumblr_email = 'EMAIL'; and $tumblr_password = 'PASSWORD' - indicate your Tumblr username and password.

For $tumblrUrl = "http://YourTUMBLRID.tumblr.com"; - indicate your Tumblr URL.

Step Number Six

Identify the web location that you can use to access your XML file and tumblr_import.php. Upload both to that location. Run the PHP script.

Where you put the PHP file should be indicated in "mysite".

If you do this right, you'll be able to successfully move all XML file to Tumblr.

As mentioned in the early part of this guide, you can only import around 70 items to Tumblr in a day. So if you have to transfer more than the said amount, what you can do is skip one day before performing the import procedure again. You will only need to upload the XML file and then do this:

$xmlFile = 'MYEXPORTFILE.xml'; - change to the filename that you used before running the PHP.

These steps are meant only for WordPress sites that contain basic stuff like simple blog posts. Heavier content may not be supported by this procedure. Also, this migration alternative does not support the transfer of the images on your WP blog to Tumblr.

This is just one of the many ways you can migrate your posts from WordPress to Tumblr. There are many more options online. One involves the use of the Customize link on your Tumblr account and another uses the Export>Tools option of your WordPress blog.

Sherly Mendoza is the owner of TechyFashionista.com, a website dedicated to her portfolio as a writer and blogger for hire. She writes technology, gadget, app, fashion, finance, health and lifestyle-related articles, blog posts and content. She is also a professional banker since 2005. Because of her background as a banker, she's expert with things related to finance, check and cash monitoring, Trust and Money Market placements, investments, stock market, FCDU, mutual funds, anti-money laundering laws, inward clearing checks, FX telegraphic transfers, general money management, among others. She has a medium-level experience in web hosting, domain name registration, cPanel and CMS. Sherly is an excellent researcher and an avid reader of fashion and tech magazines. She is available for freelance writing and blogging work.

Source: http://ezinearticles.com/?How-to-Migrate-From-WordPress-to-Tumblr&id=7615970

Tuesday, 7 April 2015

How to Migrate From Drupal to WordPress

Are you a professional blogger? Then you must have understood the prominence of WordPress, overshadowing Drupal. Many professional bloggers are now converting their web pages from Drupal to WordPress. Reason? WordPress is easier, better, and user-friendlier. Many tech savvy people may argue that Drupal is the ideal place for technically sound ones; however, there are many, who cite for the struggle, they have faced during posting their blogs in Drupal. There are a couple of reasons, why many web users are switching from Drupal to WordPress. If you are interested to imbibe the process for a better blogging experience, here are some tips on how to migrate from Drupal to WordPress, mentioned below. Before landing on the topic, let's take a look why you might need the switch.

Why WordPress is better than Drupal:

  •     WordPress is quicker than Drupal. The tasks that you can perform on Drupal, can be executed much faster on WordPress.
  •     WordPress has the autosave option, which takes care of your incomplete content, while on Drupal, there is no such option in the text editor.
  •     WordPress offers more Plugins.
  •     WordPress has the Thesis theme, which takes extra care to make your page rank higher in search engines.
  •     There is WYSIWYG (What You See Is What You Get) editor on WordPress, with which you don't have to take extra burdens to add HTML links.
  •     Moderating comments is easier on WordPress.

How to switch to WordPress from Drupal:Migrating from Drupal to WordPress is not an easy task. You first need to work on the offline copies in the archive. Dump Drupal database from your system and import it into a fresh database. You can use MySQL for this conversion.

Install WordPress into your system, using the old database server, where the Drupal database is kept. You now have Drupal and WordPress running on the same server but in separate database. Don't forget to give unique names to the databases.

You may need some programming knowledge with MySQL and PHP to work on Drupal. You can enable PHP on Drupal following the path:

/drupal/admin/settings/filters

You need to change the location; else Google will consider it as duplicate content. With slight coding, you can inform Google that the content is being shifted from Drupal to WordPress. After the switch, whenever, you need to post something, just enable 'Input Format'.

This is the basic procedure of migrating from Drupal to WordPress. Now log in to WordPress site and you will supposedly find all your contents and posts along with the comments on your new WordPress site. If you find all your posts and comments in the migrated database, you can dump the WordPress database and import the archive into a new database on the server. Now a new WordPress should be installed and configured on the server so that you can use the new database properly.

Your wordPress site is ready. Happy blogging!


Ishita Ganguly is a technology expert, working as a freelance technical writer with Evon Technologies. She has written on numerous technical domains, emerging technologies, and latest industry practices. Presently she is putting in effort to write for people having no or less technical knowledge, and introduce them to various software technologies and benefits of outsourcing.

Source: http://ezinearticles.com/?How-to-Migrate-From-Drupal-to-WordPress&id=5956584