Showing posts with label post. Show all posts
Showing posts with label post. Show all posts

How To Show Post Title Only on HomePage in Blogger



Do you like to show only your blogger post title on your home page?Then follow the steps below:

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see tag .

3.Copy below code and paste it just before the tag .

Post Title Only on Blogger Homepage



4.Now Save your template.

5.Go to Layout-->Page Elements.Click on "Edit" link of Blog Posts Section.

6.Enter the value for "Number of posts on main page:" as your choice and click on save.

Number of posts on main page

You are done.




How To Add "Follow This Blog" Link to Blogger



This will help other bloggers to follow your blogspot blog easily.To add it under your blog post, follow the steps below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

Follow-This-Blog



4.Copy below code and paste it just after the line .

YOUR-BLOG-ID" target="_blank">Follow This Blog !!!



NOTE:Replace YOUR-BLOG-ID with your real blogger blog ID.

Your-Blog-ID

Look at the example below.

1297984091471718670" target="_blank">Follow This Blog !!!



Your final result will look like this:

Follow This Blog !!!



5.Click on "Save Templates" and now you are done.




How To Add Automatically Link To This Post Widget To Blogger



Do you like to add "Link To This Post Widget" under your blog post?This will help you to increase your site's backlinks for better SEO.So if you interested to add this useful widget to your blogspot blog follow the simple steps below.

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this:

Link to this post widget for blogger



4.Copy below code and paste it immediately after the line .


If you like this please Link Back to this article...







Note:You can change colors,font,... if you like.

5.Click on "Save Templates" and now you are done.




How To Add Mootools Recent Post Slider to blogger



1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Scroll down to where you see ]]> tag .

3.Copy below code and paste it just after the ]]> tag .













4.Now again scroll down to where you see below code:



5.Copy below code and paste it just before
.





Replace "http://bloggertipandtrick.blogspot.com" with your blog address.
Replace images addresses with your images addresses.

Note: You can place above code as your choice.For explanation I place it just before



How To Replace Read More Text With Image



1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Now find "Read More" text in your template.

Note:It can be different from "Read More" according to your template.(Eg:more,full story,....)

read more image

4.Now replace it with below code:



Note: Replace "LINK-OF-YOUR-IMAGE" with your image link.

You are done.




How To Change Heading Tag For Better SEO in Blogger



Heading Tag (h1, h2, h3, h4, h5) is very important for SEO. All of Blogger widgets (gadgets) title use h3 or h2 tags. So blogger template use h2 or h3 tag for post title.If you want to improve your site SEO, you need to use h1 tag for post title.

Follow the simple steps below to do it:

1.Login to your blogger dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see below code :


<h3 class='post-title entry-title'>









h3>

Note: If you can't find above code search it replacing h3 with h2.

4.Now Replace above code with below code:


<h1 class='post-title entry-title'>









h1>

5.Now find ]]> tag.

6.Copy below code and paste it just before ]]> tag.

h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 {
border-bottom:0px Dotted #000000;
border-top:0px Dotted #000000;
margin:.25em 0 0;
padding:0 0 4px;
font-size:150%;
font-weight:normal;
line-height:1.4em;
color:#1c3c6f;
}

Note:You can change values of above code to match your template.

7.Click on "Save Templates" and now you are done.