Affichage des articles dont le libellé est Complete. Afficher tous les articles
Affichage des articles dont le libellé est Complete. Afficher tous les articles

Complete Guide For Transferring Blogger To Wordpress

 Complete Guide For Transferring Blogger To Wordpress

Complete Guide For Transferring Blogger To Wordpress
According to my research I found that WordPress is best blogging platform and after WordPress blogger is best blogging platform.Many blogger try to shift there blog to WordPress for them I am here with easy and best tips.In this post I will give you complete steps wise guide by which you can shift your blog from blogger to WordPress.

Transfer All Post And Comments

First of all you need to transfer all your post and comment from blogger blog to WordPress blog.Follow below steps to transfer all post and comments easily-


  • Go To WordPress Dashboard
  • Now Click On Tools
  • In sub menu of Tools you will find Import link click on it.
  • Now Click On Blogger Link
  • Now Click On on Authorize button
  • Now it will ask your permission Click On Grant Access button.
  • Now list of all blogger blog will start appearing in your screen and beside every blog your will see Import button click on Import button to transfer particular blog Post And Comments.
  • Finally all your Blogger's blog Post and comment will being transfer to WordPress blog.
List
Video



How To Redirect Blogger's Blog To WordPress Blog


Now our Aim is to Redirect www.yourblog.blogspot.com to www.yourblog.wordpress.com or www.yourblog.com

For this we will add small code in our blogger's blog template by which whenever any one will try to go to www.yourblog.blogspot.com it will automatically redirect to www.yourblog.wordpress.com

  • Go To Blogger Dashboard
  • Now select blog which you want to redirect
  • Click On Template Tab.
  • Now Click on Edit HTML>>Proceed
  • Now find  
  • Paste below code above it
  • Now Click On Save Template and You're Done

The Awesome Complete Animated Sexy Social Bookmarks V3 For Blogger

 The Awesome Complete Animated Sexy Social Bookmarks V3 For Blogger 




Make The Sharing Is Sexy Social Bookmarking Widget

Sharing Is Sexy Auto button versions Social Bookmarking Widget 3 (latest) for bloggers. This widget was developed for wordpress by Shareaholic and is now available for bloggers. On the sexy widget old bookmarks only a single column and the amount is less than bookmarking sites. I say many thanks for Shareaholic and I feel proud to be part of the widget. Hope you enjoy this post. Before going to install this widget let us follow the trick below

How do I add a button that sharing is sexy? let us follow the trick this time. with Kick 5 steps

Add The V3 Complete Sexy Bookmarks Gadget To Your Blog

Step 1. In Your Blogger Dashboard Click Design > Edit Html > Tick The Expand Widget Templates Box

Design Edit Html Widget Templates

Step 2. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code -


Step 3. Copy and Paste the following code directly Above / Before

-If you previously added jQuery to your blog you can remove the line in Green.



Step 4. Find the following piece of code in your blogs Html : (Click Ctrl and F for a search bar to help find the code

- If you cant find this use
instead.

Step 5. Copy and Paste the following code Directly Below / Under

Drop Your Comments And Questions Below.

How To Change Heading Style In Blogger - Complete Tutorial by Ehow

How To Change Heading Style In Blogger

http://4.bp.blogspot.com/-75gs57uDSfs/UWyktNFpVaI/AAAAAAAABsA/_BarkIfxprA/s1600/custom-headings-guide.png


Every blogger wants to design a easy to navigate and good looking blog design. He write posts in such a way that give good impression on readers. You must have observed the different style headings on different blogs. Creating stylish and good looking headings attract you readers and make your blog posts easy to understand and beautiful. Headings also contributes towards your blog Search Engine Rankings. In Blogger post editor, you must have noticed Heading, Subheading and Minor Heading. In this post, we will learn how to customize these heading styles.

First Point To Be Noted 

When we are using HTML editor, we can use heading styles as H1, H2, H3,.......
For Example:

Your First Heading

In Blogger,
  • Heading stands for H2 
  • Subheading stands for H3
  • Minor Heading stands for H4

How to Apply a Heading in Blogger Post

While writing your post in Blogger post editor, Select text you want to use as Heading and click on heading menu normally shown as Normal button. Click on it and select Heading, Subheading or Minor Heading.
 Customize Heading Styles in Blogger

Apply a Style to Heading, Subheading or Minor Heading

Write a code for your headings (Don't confuse read till end) and paste this code in CSS section of your blogger template. CSS section starts from and ends at . You can paste your heading code anywhere between these tags. 
  1. Go to Template > Edit HTML 
  2. Click anywhere in code area and press "Ctrl + F" and find 
  3. Click on Code Fold button (See Screen Shot below) to expand code and paste the Heading code before
  4. Save your Template.
 Customize Heading Styles in Blogger
Note: Sign with line 29 is Code Fold Option.

Different Style Heading Codes and Demos

You may use these styles for all three headings, just change h2 with h3 (Subheading) or h4 (Minor Heading).

 Customize Heading Styles in Blogger

Style 1 Code

.post h2{
color:#FF0000;
border-top:1px dotted #FF0000;
border-bottom:1px dotted #FF0000;
font-size: 15pt;
font-weight: bold;
padding:3px;
}

Style 2 Code 

.post h2{
color:#FF0000;
border:1px solid #FF0000;
font-size: 15pt;
font-weight: bold;
padding:3px;
border-radius: 5px;
}
Change colors, font size and border size which suit you.


Keep in touch, I shall post different heading styles soon!!!