Tech Blog how To's Blog at large and free browsing cheats Tech Blog how To's Blog at large and free browsing cheats Tech Blog how To's Blog at large and free browsing cheats

Sunday, October 28, 2018

C



In order to transfer your Blogger website to WordPress hosted with us, follow these steps:

Exporting Blogger Blog

  1. Log into your Blogger dashboard 
  2. go to Settings 
  3. Other menu
  4. Click on Export Blog in the Blog Tools menu:



This will bring a pop-up window. Click on Download Blog:




Your Blogger blog’s content will be downloaded to your computer in an XML file. Once it’s done, move to Step 2.

Importing Blogger to Wordpress

  1. Log into your WordPress Dashboard
  2. Go to Tools 
  3. Import menu 
  4. click on Blogger:



This will bring a pop-up window for the Blogger Importer Installation . Click on Install now:



Wordpress will download and install the Blogger Importer plugin. Once the installation is finished, click on Activate Plugin & Run Importer:




On the next step, you will be asked to upload the file to import. 

  1. Click on Choose file 
  2. select an XML file on your PC (the file that you downloaded in step 1) 
  3. click on Upload file and import:




WordPress will now import your Blogger posts one by one. When it is finished, you will need to assign an author to the imported posts. You can assign your blogger posts to an existing author (admin) or create a new author account:




That’s it! The import is finished.



Setting up permalinks

As you are importing content from Blogger, you would prefer the WordPress URL structure to be as close to your Blogger URL Structure as possible.

To set up permalinks, 
  1. go to Settings 
  2. Permalinks menu 
  3. Select Month and Name as your permalink structure 
  4. Click on Save Changes:




Setting up redirection

To move your Blogger successfully, you need to set up to redirects as well:

Redirecting your Blogger visitors to the Wordpress website

  1. Log into your Blogger account
  2. go to Settings 
  3. Template menu:



On this page, scroll down to the bottom and click on Revert to classic templates.
You need to log into your Blogger account, go to your Blog’s Settings and click on Template:



After switching to a classic template, you will see the Edit Template HTML area:



You need to replace everything in this area with this code and click on Save template:



NOTE: Make sure that you replace http://example.com with your own domain name.

4.2 Redirect users to an exact post they were trying to reach

You need to copy and paste the following code in your WordPress theme’s functions.php file of the theme you are using or in a site-specific plugin:

function blogger_query_vars_filter( $vars ) {
$vars[] = "blogger";
return $vars;
}

add_filter('query_vars', 'blogger_query_vars_filter');

function blogger_template_redirect() {
global $wp_query;
$blogger = $wp_query->query_vars['blogger'];
if ( isset ( $blogger ) ) {
wp_redirect( get_wordpress_url ( $blogger ) , 301 );
exit;
}
}

add_action( 'template_redirect', 'blogger_template_redirect' );

function get_wordpress_url($blogger) {
if ( preg_match('@^(?:https?://)?([^/]+)(.*)@i', $blogger, $url_parts) ) {
$query = new WP_Query (
array ( "meta_key" => "blogger_permalink", "meta_value" => $url_parts[2] )
);
if ($query->have_posts()) {
$query->the_post();
$url = get_permalink();
}
wp_reset_postdata();
}
return $url ? $url : home_url();
}

This code creates a Blogger to WordPress 301 Redirect, which is the best option for SEO.

Now the person visiting a post on your old Blogger blog will be redirected to the same post on your WordPress website.

Redirect Feeds

You can set up a redirect for your Blogger feed to your WordPress website’s feed so that your RSS subscribers on the old Blogger website don’t notice the change.

But this is only suitable if you have few pages or posts on your website. Just redirect all the old URLs to new URLs. You can do this simply with a Redirection plugin or write code in .htaccess file. 
  1. Log into your Blogger account 
  2. Go to Settings 
  3. Other menu 
  4. In the Site Feed section, click on Add link next to Post Feed Redirect URL:



You will need to enter your WordPress website feeds URL, like http://example.com/feed/:




6. Importing images from Blogger to WordPress

When you are importing Blogger to WordPress, the Blogger importer plugin downloads images from Blogger posts into the WordPress media library. However, in rare cases, some images can fail to be downloaded.

In this case, you can import images from Blogger using the Import External Images plugin. Once the plugin is installed and activated, go to Media > Import Images menu. The plugin will look for and display external images in your posts. All you need to do is to click on Import Images Now to complete the import.

If you have followed me from first to last, then your WordPress site should be working fine.
However, you should never delete your old Blogger.com blog.  
Your images will automatically import. In addition, you may experience some formatting issues while importing. Just go to your Blogger’s blogs and clean up unnecessary spacing, broken links, and format related stuff.
Finally, get some plugins installed for smooth running your WordPress website.

Read More »

Monday, October 22, 2018

How to Create a Free Blog 2018

First Why you should create a blog and join the blogging community So below, I’m going to outline exactly what you need to do to get started and set up your own personal blog.

Image

Let's base on Blogger  I mean  blogspot – Definitely the next best thing to WordPress






Step 1.
Navigate to www.blogger.com using your web browser of choice.




Step 2.
Sign in using your Google Account to get started.
Image




Step 3.
If you do not have a Google Account, click “Get Started” to create one.




Step 4.
Enter a “Display Name” to be used to sign your blog posts and click “Continue”.



Step 5.
Click “Create Your Blog Now




Step 6.
Select a “Blog title” and an available URL for your blog. You can check if the URL you are considering is available by clicking "Check Availability"(if it is unavailable try adding more letters and don't use things like hyphens,under scores, colons etc).




Step 7.
Enter the word verification and click continue.




Step 8.
Choose a starter template, which will act as the basic design/layout of your blog.





Step 9.
Click “Start Blogging”




Step 10.
You can create new blog posts, edit posts, and edit pages from under the “Posting” tab.




Step 11.
The title of your post goes in the text box next to “Title”.





Step 12.
The body of your post will get entered into the “Compose” text editor, where you will also be able to access basic text editor  functions such as font size, text color, the ability to insert links.



Step 13.
You can also use the “Edit HTML” tab to insert your post in HTML format, if you prefer.





Step 14.
The “Post Options” section located underneath the “Compose” text editor will allow you to enable reader comments, HTML settings, and post the time and date.


Step 15
You can now either select “Save Now” to save your post, “Preview” to preview your post before publishing to your blog, or “Publish Post” to publish your post directly to your newly created blog.



Step 16
If you wish to change the design of your blog from the starter template you selected when initially creating your blog, you can do so under the “Design” tab.




Step 17
From within the “Design Tab” you will be able to edit Page Elements, HTML, and change your template with Temple Designer.




Step 18
If you want to adjust other settings such as who is able to view, contribute to, or comment on your blog etc, click the “Settings” tab.






Step 19
You can adjust publishing, comments, archiving, permissions, and all other settings from within the sub-tabs located under the main “Settings” tab.




Step 20
You can add new authors that are able to contribute to and edit your blog by clicking the “Settings” tab> “Permissions” sub-tab, and selecting “Add Authors”.







I bet you already knew all of that, but it’s nice to be reminded.


Tip 1
Blogging has quickly become one of the most popular ways of communicating and spreading information and news.

Tip 2
You become a better person and a better writer.

Tip 3
The best reason? You can make money doing it!





The Steps Covered In This Blogging Guide


The 5 Easy Steps to Starting a Blog:

- Choose your preferred blogging platform
- Choose web hosting for your blog
- Setting up a blog on your own domain
- Designing your blog (the fun bit!)
- Useful resources for blogging





 comment if you need help thanks
Read More »