<script type='text/javascript'>
var home_page="/";
var urlactivepage=location.href;
var postperpage=3;
var numshowpage=6;
var upPageWord ='Previous';
var downPageWord ='Next';
</script>
You can change the number values as you like in the above code.
var postperpage=9; ? Changes the no of posts that will show up on clicking any page number.
var numshowpage=3;? Changes the number of linking to show in the widget
Note: Make sure that you also set the value of Number of Posts on Main Page (Go to Layout , Click on Edit option of Blog Post and then Number of posts on main page: ) to same as that of the
postperpage value.
Enabling Twitter Cards
Go to Template > Edit HTML and search for "
twitter:creator" (without quotes) and replace the value inside the content field with your Twitter username (eg. @Blogger ) . Once you have done that , go to
https://dev.twitter.com/docs/cards/validation/validator , select Summary Large Image and then test any post from your blog. Once everything is working , fill up the form for Approval.
Changing Email Subscription username
For the Email Widget , replace the two instances of
StylifyYourBlog with your Feedburner username . In case of the below the Post Email subscription option , search for "
<form" (without quotes) in Edit HTML and there again you will find two instances of StylifyYourBlog , replace them with your Feedburner Username (for example check screenshot below , assuming your username is Blogger )
Button
To add a button anywhere in your blog, add the following HTML markup
<span class="button">
<a href="#">The Link</a>
</span>