Set up TopNavigation Menu
After
installing this template, go to Template -- Edit HTML and find
following code. Update the link url and Link names to your needs.
<ul class='menus menu-secondary'>
<li><a expr:href='data:blog.homepageUrl'>Home</a></li>
<li><a href='#'>Blog</a>
<ul class='children'>
<li><a href='#'>Internet</a></li>
<li><a href='#'>Market</a></li>
<li><a href='#'>Stock</a></li>
</ul>
</li>............
..................
Default BreadCrumb Text
This
template shows "Home / Blog / Welcome to Flat Mag" as the default
BreadCrumb text (below the Header). Here "Flat Mag" is your Blog Title.
If you want to change this then find following code in the template to
update the default BreadCrumb text for the home page,
<ul id='breadcrumbs-mbl'> <li><a expr:href='data:blog.homepageUrl' rel='tag'>Home</a> / </li> <li><a>Blog</a> / </li> <li><a>Welcome to <data:blog.title/></a> </li> </ul>
Set up Featured Posts in the Home Page
This
template has 3 columns in the Home page. First Column shows your Recent
Posts. Second Column (Small column with posts) shows the Featured
Posts. Third Column is ofcourse the Right Sidebar. NOw, to set up the
Featured Post go to Layout and then add a HTML/Javascript Widget in the
center column. Center column is located beside the Blog Posts widget.
This is the small column. After you added HTML/Javascript Widget then
add following Code in the Content box to show Featured posts. Here
update "Category 2" with your Label. This will show the Posts from this
label. Make sure to update "numposts" variable with the number of posts
you want to display in the Featured area section.
<script type="text/javascript">
var numposts = 10;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;
</script>
<script src="/feeds/posts/default/-/Category 2?orderby=updated&alt=json-in-script&callback=labelthumbs" type="text/javascript"></script>
Google Ad under the Featured Posts
We
are showing a 160X600 Google Adsense Ad beneath the Featured posts
widget. This looks really nice. If you want to do the same then add
another HTML/Javascript Widget and paste your 160x600 adsense code.
Set up Labels Widget
If
you want to acheive the Labels look like in our demo then use Display
mode as "List" and check the Show number of posts per Label checkbox.
Set up Authors Widget
To set up Authors Widget, Locate the following code in th doucmentation and update the text as required.
<h3>Written by <a expr:href='data:post.authorProfileUrl' rel='author' title='Posts by admin'><data:post.author/></a></h3>
<div class='author-title-line'/>
<p>We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes.
Each support has free and providing HD support screen casting. </p>
</div></div>
0 comments:
Post a Comment