How to Add Pages

1. Decide where to put the links

2. Go to Customize » Edit HTML

3. Look for the decided part [Example: Sidebar] 

Note: For easier searching, use CTRL + F and type any word you can see on the sidebar.

4. Add this code:

{block:HasPages}<p class="sideheader">PAGES</p>
{block:Pages} <div class="links">
<ul>
<li><a href=”{URL}”>{Label}</a></li>
</ul></div>{/block:Pages} 
{/block:HasPages}

5. On the CSS part of the codes, add this:

.links a{
display: block;
text-align:center;
}

.links ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

You can customize the CSS yourself..

11 notes
  1. athenabilitythemes posted this

updates

SUPPORT

Copy and Paste the code on your blog. Don't worry! It's background friendly.



Ads

Your Ad Here
Theme 30
Design by Athenability
Powered by Tumblr