Source: indzign
Template Settings
First open the template editor , then locate the codes below :menu NavigationFind the code below and replace the # sign with a link destination
<nav id='menunavigasi'>
<ul id='menu'>
<li class='current'><a href='/'>Home</a></li>
<li><a href='#'>Menu 1</a></li>
<li><a href='#'>Menu 2</a></li>
<li><a href='#'>Menu 3</a></li>
<li><a href='#'>Menu 4</a></li>
<li><a href='#'>More Menu</a>
<ul>
<li><a href='#'>Sub Menu</a></li>
<li><a href='#'>Sub Menu</a>
<ul>
<li><a href='#'>Sub Menu</a></li>
<li><a href='#'>Sub Menu</a></li>
<li><a href='#'>Sub Menu</a></li>
</ul>
</li>
<li><a href='#'>Sub Menu</a></li>
</ul>
</li>
<li><a href='/404' title='Daftar Isi Blog'>Error 404</a></li>
</ul>
</nav>
Meta Tag
Find xxxxx code and replace with information blog ( If it is not used to remove only)<link href='https://plus.google.com/xxxxx/posts' rel='publisher'/>
<link href='https://plus.google.com/xxxxx/about' rel='author'/>
<link href='https://plus.google.com/xxxxx' rel='me'/>
<meta content='xxxxx' name='Author'/>
<meta content='xxxxx' property='fb:app_id'/>
<meta content='xxxxx' property='fb:admins'/>
<meta content='xxxxx' property='og:description'/>
<meta content='xxxxx' name='twitter:site'/>
<meta content='xxxxx' name='twitter:creator'/>
Numbered Page Navigation
Find the code below and then determine the value of posts that will be shown from perPage : 5<script type='text/javascript'>I think this is enough , for other settings I consider bloggers have understood . Maybe that's all I can share , if there is less and more shall be added in the comments field . Thank you for reading and hopefully useful .
var pageNaviConf = {
perPage: 5,
numPages: 5,
firstText: "First",
lastText: "Last",
nextText: "Next",
prevText: "Prev"
}
</script>
