Breadcrumb navigation track position of blog post when a user is viewing it.As usual bread-crumb navigate from home >> label >>post name.it make your blog more attractive & enhance user navigation from post to label or home page.In this tutorial i will explain you how to use breadcrumb navigation in your blog(only blogger).
Follow Steps
Step 1
In blogger account click on ' Template ' at left side of page.
Backup your template before proceeding further steps
Step 2
click on ' Edit HTML ' >> ' Proceed '
Step 3
At top of window click on ' Expand Widget Templates '
Step 4
Press ' Ctrl + f ' & Find <b:include data='top' name='status-message'/>
Step 5
Replace Every step 4 code with below code
<b:include data='top' name='status-message'/>
<b:include data='posts' name='breadcrumb'/>
Step 6
Now Find <b:includable id='main' var='top'>
Step 7
Replace step 6 code with below code
Step 8
Find ]]></b:skin>
Step 9
paste below code above ]]></b:skin>
Step 10
Save your template .

0 comments:
Post a Comment