'How to add pages like about,DCMA... in bottom of the Blogspot?

Like the screenshot from wordpress

xxx enter image description here xxx

how to do that in Blogspot.



Solution 1:[1]

It's pretty simple to do.

  1. Go to 'Pages' and create the pages you want.
  2. Use the code below and paste your page links here: <a href="ADD LINK HERE"

You can either add this in the HTML somewhere closely above </body> or go into 'Layout', go to the the footer section, add a HTML/Javascript widget and paste this. Then just edit it. If you plan on changing your template, go with the latter route.

<div style="text-align: center;">
<a href="">Change Me</a> | <a href="">Change Me</a> | <a href="">Change Me</a> | <a href="">Change Me</a> | <a href="">Change Me</a>
</div>
<div style="text-align: center;"> 2015-<script type="text/javascript">var creditsyear = new Date();document.write(creditsyear.getFullYear());</script>
© All Rights Reserved</div>

Solution 2:[2]

  1. Go to 'Pages' and create the pages you want.

  2. Then go to 'layout' secton and go to footer and click 'add gadgets '

  3. Click 'link list from the menu

  4. Below you will find 'add a new item

  5. All the page title and it's link below.

You are done! Hope it's helpful!

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1
Solution 2 Akash Nair