Hello.
My question means that is the following hierarchical menu(like your home Demo).
Interface Pro / Services
Interface Pro / Two Column
Interface Pro / Blog / Blog Image Medium
You know they are written in Slogan/Slider title bar(except Slogan of front page) in your Demo home?
I want to get that.. has this theme(Interface Pro) any function for the working?
If not, I’m going to install Breadcrumb NavXT plug in.
and installation then, where can I find the part of code/tags for the Slogan title bar?
I already find some codes for the slogan as PAGE-TITLE in Style.css.
But I can’t find any php/html file.
I mean..where is the following code(for Breadcrumb NavX) for the position-linked.
<div class=”breadcrumbs”>
<?php
if(function_exists(‘bcn_display’))
{
bcn_display();
}
?>
</div>
Thanks.