Home >>

How to remove Newer posts - Home - Older posts from Blogger

How to remove "Newer Post" "Home" "Older Post" Link from Blogger Template Log into your Blogger account and go to Dashboard > Design > Edit HTML. Check the Expand Widget Templates check box. Back up your template first. Find the HTML code below: <b:includable id='nextprev'> <div class='blog-pager' id='blog-pager'> <b:if cond='data:newerPageUrl'> <span id='blog-pager-newer-link'>...
Read full entry... How to remove Newer posts - Home - Older posts from Blogger

Twitter Badge | Follow us on Twitter Badge

Get a Twitter badge for my website This Twitter badge calls your users to start following your twitter account. Twitter has proven itself to be a great communication channel with your site/blog visitors. This Twitter badge can be installed almost on any site/blog. How to make a Twitter badge on Blogger/website Log into your Blogger account and go to Dashboard > Design > Edit HTML. Copy...
Read full entry... Twitter Badge | Follow us on Twitter Badge

Blogger Twitter Widgets

Before you install this Blogger Twitter Widgets you must have a Twitter account to log in. If you don't have a twitter account yet please create new account here! With this Twitter widget you allowed to join conversation with other Twitter members. If you want to get this widget for your blog just copy and paste this code into your HTML page and replace some codes according to your Twitter account. Blogger...
Read full entry... Blogger Twitter Widgets

How to request multiple Google Font API families in a CSS Style

In ordinary text you can change how Google Font API looks by using CSS Style. Example in HTML format: <html> <head> <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Lobster"> <style> body { font-family: 'Lobster', serif; font-size: 48px; } </style> </head> <body> <h1>Lobster goes here!</h1> </body> </html> If...
Read full entry... How to request multiple Google Font API families in a CSS Style