Thursday, 24 May 2012
0
Thursday, 24 May 2012
Tanmay Kapse
How To Add This Widget To Blogger?
So did you like the article ? Please do leave your comment and share this page !
Follow @shipsocker
Let Your Visitors Select No. Of Posts To Display Per Page!
![]() ![]() ![]() ![]() |
This widget allows your blog viewers to select the number of posts to display per page.So its upto the visitor to choose the number of posts he / she wants to see.
- Log in to blogger > Layout
- Add a Gadget > html / javascript
- Add the following code and save it
<style type="text/css"> p.credit, div.credit, .credit { font-size: 12px; }
.select-box{
margin:0 2px;
padding:4px 6px;
border: 1px solid #F9780E;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family: gergia;
font-style: italic;
-webkit-box-shadow: 1px 1px 1px #dfdfdf;
-moz-box-shadow: 1px 1px 1px #dfdfdf;
box-shadow: 1px 1px 1px #dfdfdf;
font-size: 14px;
color: #666;
max-width:auto;
}
</style>
<select class="select-box side" id="select1" name="select1" onchange="location = this.options[this.options.selectedIndex].value"> <option selected />Select No. of Posts per page <option value="/search/label?max-results=10" />10 <option value="/search/label?max-results=25" />25 <option value="/search/label?max-results=50" />50 <option value="/search/label?max-results=80" />80 </select> <p class="credit"> Widget By <a href="http://www.bloggertrickszz.blogspot.com /">Blogger TricksZz</a>
So did you like the article ? Please do leave your comment and share this page !
Related Articles :
Do you like this article? Spread the words!
If you enjoyed this post, please consider leaving a comment or subscribing to the E-mail feed to have future articles delivered to your feed reader.
Subscribe to:
Post Comments (Atom)
0 Responses to “Let Your Visitors Select No. Of Posts To Display Per Page!”
Please Do not Spam