can i add link that way?
Actually my GeeksPortal is a sub-directory and don’t want to change to WP multisite thats why.
I want “Home” to link the main site and then GeeksPortal
if you want to show breadcrumbs link then add this code in each page’s of which you wants to show breadcrumbs trails source :
<div class="breadcrumbs">
<?php if(function_exists('bcn_display'))
{
bcn_display();
}?>
I used it in InfoIncrement
i put the links in my :
single-post.php
archieve.php
category-template.php