Redirect a Blogger post to External URL

First, I have to use the conditional code of Blogger to select a particular page or post, once we select the page that we want to redirect, we will apply meta code to redirect. Don't think so much, Just copy the below code and paste it just below to <b:include data="blog" name="all-head-content"/> code...

How To Delete Your Blog/site on Blogge/blogspot ?

Blogger.com is one of most popular blogging service online owned by Google, where you can quickly create blogs and publish content (articles, pictures, videos). One great thing about Blogger is that ,...

How to record desktop activity in animated GIFs ?

If you want to show some demo images to teach people how to do something then animate gif or video screen casts are best option, but video screencast are not always a good option, sometimes you just need...

How To Display Previous/Next Post in Category?

By default you see next/previous post link in your theme by publishing date. If you want to display link to previous/next post from same category, you can use following code with in your loop. For eexample...

How to create a page in wordpress theme to list post with thumbnails from any category ?

If want to create a seprate page to display some categories differently in your wordpress themes, you can do it easily. following code will display post titles only on your pages. You need to create a custom field when create a new page. Steps: 1.create a new page in wordpress? 2. write something...