Posts

Showing posts with the label Add Automatically renew copyright year in blogger

How to add a simple pagination to blogger with a live demo

Image
  How to  add  a simple  pagination  to  blogger  with a live  demo In this post will  show  you how to  add  a next and previous  pagination  with  home . Here given simple  pagination  with source codes. You can  create  extra design using CSS. How to set Search preferences in a blog Here given simple pagination with source codes. First, login to your  blogger . Click on a  theme . Drop-down Customize option. Click on Edit HTML. In template  code   find  </body>tag . Paste this  code  before</body> tag.                                                          Code <b: if cond= 'data:blog.pageType != &quot;item&quot;' > <b: if cond= 'data:blog.pageType != &quot;static_page&quot...

How to remove footer credit in blog

Image
How to remove 'created by' on blogger.   Introduction Many templates are given a credit link in the footer. Do you know why given a credit link? Developer A lot of hard work   to make a simple template. Recommended to you that if you are serious about blogs then buy templates. Add Automatically renew copyright year in blogger with a live demo Here, given how to remove the credit link. We are using a simple blogger template, and we will only hide credit links that do not remove permanently. If you use a premium template then do not remove it. buy it or keep the credit link the same as. Here, will understand how to remove the credit footer link. Language and formatting setting in a blog How to remove the footer credit link on blogger. All topic is covered an easy way. Open your blog dashboard. Click on the theme option. Here, you will see the customize option. Dropdown customizes option and click on Edit HTML. Press the CTRL+F key on your keyboa...

Add Automatically renew copyright year in blogger with a live demo

Image
Add Automatically renew copyright year in blogger with  a  live demo. S ing in your blog. Go to the blogger dashboard. Select the theme left of the sidebar. Theme settings on blogger with a live demo In a theme merely scroll down. Here, you can see the Edit HTML option. You can  see  the programming code. Press  ctrl+f  and type tag. Published First post on blogger Copy the below code and paste if before tags. <div><p style= ” color:black; text-align:center ” >copyright © <script> document .write( new Date ().getFullYear()) < /script> | your blog name | All rights reserved </p> </div> After  save  your  theme  And  see  your  blog . Live Demo Related Link user setting in blogger with live demo Other setting in blogger with live demo How to set Search preferences in a blog Language and formatting setting in a blog How to email setting in your...