Find us on Google+ Redirect a Blogger Post to Another URL - Invatac - Technology Blog

Pages - Menu

Monday, 1 October 2012

Redirect a Blogger Post to Another URL




What ?


In this post i am showing how to Redirect a Blogger Post To Another URL. 


How to Redirect ?



 # Step 1 :




Login to your Blogger.com account. and then Select "Template-->Edit html"

If you don't know to take Template this post will help you "Google+1 Button On your Blog"



# Step 2 :


Search for " <head> " tag in the profile


# Step 3 :

Copy Paste the Below code Below <head> Tag


<b:if cond='data:blog.url == "Post Url"'><!-- www.invatac.com -->
<meta http-equiv="refresh" content="5; url=Redirection_URL" />
</b:if>


# Step 4 :



There paste the Blog's Post URL in place of "Post URL" and in place of Redirection_URL paste the link to which we have to redirect.


There 5 represent the seconds which we have to wait before redirect.

See the Example Below For redirection of one post to my home page



<b:if cond='data:blog.url == "http://www.invatac.com/2012/09/how-to-deactivate-a-facebook-account.html"'><!-- www.invatac.com -->
<meta http-equiv="refresh" content="5; url=www.invatac.com" />
</b:if>


Hope you have all liked this tutorial, if you have doubts on this. Please comment below.

Rahul Babu RAbout Me
I am a computer student looking for make my own name in the field of technology. Please add my to your circles.




No comments:

Post a Comment