Display Blogger widget only in home page

Usually , widgets in Blogger blogs are displayed in all pages .For eg: , look at the Get posts by email widget on my right side bar . It is displayed in all pages of my blog . Now if you want to display Blogger widget only in home page , you have to edit your Blogger template with the following strip (in blue) of code . Here is HTML2 is my widget id for "Get posts by Email ".There may be different ids for different widgets .
In each case , should be added to make them fixed to the home page .


widget id='HTML2' locked='false' title='Get Posts By Email' type='HTML'>













widget>

Open your Blogger templates Layout and then Edit HTML
Click on expand widget templates . With Ctrl+F search for each widget with its ids or given label .
Now paste the code as specified and save your template . The edited Blogger widget would appear only in the homepage .

Note : You can display Blogger widget in all pages except home page by altering above code(in blue) with this one .


Or you can display a Blogger widget only in a particular post page by changing it with following code .

Fixed post or sticky post is post that can be attached permanently to the top of the Blogger home page . There no actual direct solution for this , so we are applying some tricks to keep the post fixed on the Blogger home page .

First of all you need to create the post that is to be fixed in the text editing area of your Blogger blog. Now publish the post as usual . Just after publishing , click edit and return to the text editor . You can see a post options menu on the bottom left hand side of the window . Change the post date to a future date and publish the post again . Now this particular post will be fixed on the home page of your blog

0 comments: