Why us must Make Breadcrumb Navigation On Blog. What is the breadcrumb navigation function?
- Breadcrumb navigation will shown blog like a profesional blog.
- Facilitate the visitor to reach out to all posts in the blog
- Breadcrumb navigation is an elaboration of the label post, so posting will likely be a lot of labels clicked by visitors, and will bring up the interesting posts with a specific label that will increase pageviews of blog
Step to Make Breadcrumb Navigation
- Login in to your blog. and open EDIT HTML page, ceklist Expand Widget template.
- Find code like below.
<div class='post hentry'>
- Copy and paste code below, in to your EDIT HTML blog
<b:if cond='data:blog.pageType == "item"'> <div align='left' style='border-bottom:1px solid #940F04;font-size:10px;'>You are here: <a expr:href='data:blog.homepageUrl'>Home</a> » <b:if cond='data:post.labels'> <b:loop values='data:post.labels' var='label'> <a expr:href='data:label.url' rel='nofollow'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if></b:loop></b:if> » <data:blog.pageName/></div></b:if>
- Click preview to view the navigation breadcrumb, if it is good, please click Save to save your settings
<b:if cond='data:blog.pageType == "item"'>This code is used for breadcrumb navigation does not appear on the homepage, but only appeared on the page or pages ITEM postingan.selengkapnya see How to Set the Display Blog
You are here:This is a pointer, can my friends change into other words, such as Browse, you are now in, and others, please make beautiful as possible.
»This code is simply a double-arrow as a divider between the home link, the label and the title of the open posts
That explanation of the How To Create Breadcrumb Navigation, good luck for blogger friends, may be useful.
0 Comments