Tutorial


 How to show  Posts widget on Homepage..?

  1. on Dashbord Blogger Click Layout
  2. Choose Edit Widget  HTML/Javascript
  3. Add your label in box content and title [ like image below ]
  4. Save

Widgetly2


 How to change background image ?

Once you’ve chosen a template, you can continue customizing the look of your blog. you can choose the background color or image for your blog and then play with the color scheme.

To start customizing your background, click on the thumbnail under Background Image, or you can upload your background...


Team Blog Responsive
















How to adding archive page ?
Go to NewPage menu, choose HTML mode, copy this code on your new Page:

<div id="table-outer">
<table border="0"><tbody>
<tr><td><label>Sort List by:</label></td><td><select id="orderFeedBy"><option selected="selected" value="published">Latest Published</option><option value="updated">Latest Update</option></select></td></tr>
<tr><td><label>Sort List by Category:</label></td><td><span id="labelSorter"><select disabled="disabled"><option selected="selected">Loading...</option></select></span></td></tr>
<tr><td><label>Search with Keyword:</label></td><td><form id="postSearcher">
<input type="text" /></form>
</td></tr>
</tbody></table>
</div>

<header id="resultDesc"></header>
<ul id="feedContainer"></ul>
<div id="feedNav">
Loading...</div>
<script src="http://yourjavascript.com/17843252114/archivesblog.js" type="text/javascript"></script>