How to Seamlessly Transfer Your Blog from Blogger to WordPress

How to Seamlessly Transfer Your Blog from Blogger to WordPress

Introduction:
Moving your blog from Blogger to WordPress is a great decision to unlock more customization and advanced features. While the process might seem challenging, this step-by-step guide will make it easy for you to transfer your blog smoothly.

Step 1: Backup Your Blogger Blog

Before making any changes, it’s crucial to back up your Blogger blog to avoid losing any content.

  1. Log in to Blogger Dashboard: Access your Blogger account.
  2. Export Content:
    • Navigate to Settings > Manage Blog > Backup Content.

Click Download to save a .xml file of your blog on your computer.

Screenshot of the Blogger settings page highlighting the 'Back up content' option under 'Manage Blog'.
Screenshot showing the 'Back up content' pop-up in Blogger with the 'Download' button highlighted.

This file contains all your posts, pages, and comments, ensuring that your content is safe during the transfer.

Step 2: Import Blogger Content to WordPress

Once you’ve backed up your Blogger content, it’s time to import it into WordPress.

  1. Log in to the WordPress Admin Panel: Access your WordPress dashboard.
  2. Install the Blogger Importer Tool:
    • Go to Tools > Import on the WordPress dashboard.
    • Select Blogger, install the required plugin, and activate it.
  3. Upload the Blogger XML File:
    • Run the importer tool.
    • Select the .xml file you downloaded from Blogger and upload it.
    • Assign the posts to a WordPress author or create a new author as needed.
Screenshot highlighting 'Run Importer' under 'Tools' in the WP Dashboard Menu
Screenshot highlighting 'Choose File' to upload  Blogger XML file under the 'Import Blogger' section

WordPress will now import all your Blogger posts, pages, and comments to your new site.

Conclusion:

Transferring your blog from Blogger to WordPress can feel like a daunting task, but by following these steps, you can complete the process easily and efficiently. With WordPress, you’ll enjoy greater control, customization, and features for your blog. 

Study in USA: Plan for MS in USA

Study in USA: Plan for MS in USA

Many students are interested in pursuing a Master’s degree in the US. It’s a great idea because there are numerous opportunities available. However, the process to get there involves several crucial steps. These steps are important for two main reasons: they take time, and they need to be completed a certain number of days before you plan to arrive in the US. Each step is linked to the next, so they must be done in a specific sequence to ensure you meet all deadlines.

To help students avoid missing any tasks or deadlines, we created  https://backwardplanning.fairit.in. Here’s how it works:

  1. Select the US Masters Plan: Choose the date you want to land in the US. For example, if you plan to join a program starting on August 15, 2025, select this date.
  2. Generate Your Plan: Click on “Generate Plan.” This will provide you with a timeline, detailing when you need to complete each task. For instance, you might need to start your application process on August 20, 2024, to ensure you meet all requirements and deadlines by August 15, 2025.
  3. Follow the Timeline: The plan will list all tasks in order, ensuring you complete everything on time.
  4. Import the dates to Google Calendar: It is a long process so there is a high chance that you will forget important milestones. This is where Google Calendar reminders will be handy.

This is an example of backward planning. There are other areas where backward planning is also beneficial. To set up your own plan, visit https://backwardplanning.fairit.in, register, and create your customized plan. This way, you won’t miss any deadlines.

Create Receipt Quickly Create Receipt Quickly Using FairBahiKhata

Create Receipt Quickly Create Receipt Quickly Using FairBahiKhata

2.Update profile with whatever information is applicable to you.
3.Screenshot of the User Profile button on fairbahikhata.com
4.Request premium access

.

5.If you see below then it means you are already seller and ready to generate receipt so you may go to the next step:
6.Screenshot showing menu displayed if you are logged in as seller

.

7.But if you see below then switch to seller view by clicking on this button
8.Screenshot showing menu displayed if you are logged in as Buyer

.

9.Click on My Customers
10.Screenshot highlighting 'My Customers' button when logged in as seller
11.Click on Add Customers
12.Screenshot showing 'Add Customer' Button.
13.Click on Add dummy user
14.Screenshot showing 'ADD DUMMY USER' Button.
15.Fill just these 2 fields
16.Screenshot showing 'Name' field and 'Address' field with 'Submit' Button.
17.Screen shot showing 'ENTER ORDER' Button.
18.Add order details (Only amount and description is good enough)
19.Screenshot of 'invoice', 'description', 'Order date' field filled under New order.
20.Generate receipt (cancel if PDF save opens up and right click and print pdf for better layout)
21.Screenshot of 'Transaction Details' with fields - 'Date', 'Description', 'Type', 'Payment Details', 'Value', 'Tags', 'Order Status', and 'Actions'.
22.You may add payment once received using Add Payment buttonScreenshot showing fields, 'Amount', 'Description' and 'Payment date' under New Payment.
23.Then generate receipt as well (cancel if PDF save opens up and right click and print pdf for better layout)

.

SSH Keys Guide

SSH Keys Guide

.

Generating SSH Keys  1

Accessing servers using SSH Keys  1

Adding key configuration to config  1

.

an image of a laptop with a padlock and SSH written on its screen

Generating SSH Keys

1.Open Terminal
2.Command: ssh-keygen -t ed25519 -C “your_email@example.com
3.Enter a filename to save your key in and it will create private and public keys with different extensions.
4.Type a secure passphrase when prompted. You can skip this by pressing enter but this is not the most secure way.
5.Retype passphrase when prompted (Do not forget this as it will be needed while connecting to the machine. You have to remember this paraphrase but this will be same for any machine you connect as long as you use the same ssh key pair)
6.Check if your ssh keys exist in .ssh directory

Accessing servers using SSH Keys

1.Share your public key (filename.pub) with the person who is going to grant access so he/she can add to it the authorized keys folder on the server where access is to be granted to you. Never share the private key with anyone but we suggest storing it on Google drive.
2.Connect to host: ssh -i .ssh/<private_key_filename> <user>@<host>

.

Alternatively you can add configurations to make the process quicker

Adding key configuration to config

1.Create a file in .ssh directory called config
2.Sample entry –

Host <hostname>

  IdentityFile ~/.ssh/<private_key_filename>

  HostName <hostname>

  User <user>

3.This can also be used for GitHub SSH Keys

Host github.com-<username>

  HostName github.com

  User git

  IdentityFile ~/.ssh/id_rsa_<username>

  IdentitiesOnly yes

  AddKeysToAgent yes

  UseKeychain yes

.

Note: You might have to create multiple keys if you have multiple GitHub accounts.

See more on this : https://gist.github.com/jexchan/2351996?permalink_comment_id=3994679

Step-by-Step Guide to Schedule Weekly Email Reports in Google Analytics

Step-by-Step Guide to Schedule Weekly Email Reports in Google Analytics

It takes less than five minutes to Schedule Weekly Email Reports in Google Analytics per property. We do not need to manually send it to clients. Once set up, it is sent automatically. One can change frequency to daily as well.

 

All search results