hi,
Instead of having a breadcrumb line, I want to add a line of text.
My wonderful theme has a button to turn breadcrumbs on and off, as well as a code box to change the breadcrumb menu text.
You can see my breadcrumb here http://greenesrelease.com/what-is-it/
I can see where the breadcrumb is called in the sub_page_header.php, but don't know how to add a line of text in there (assuming this is where I would create the line of text to display where the breadcrumb now displays) see below:
global $header_background_image, $header_text;
#
# check info bar
#
if(!is_front_page() && ( get_option('rttheme_breadcrumb_menus') || get_option(THEMESLUG.'_show_search') )){
$info_bar = TRUE;
}else{$info_bar = FALSE;))
Thanks for your help in advance,
Janet
GreenesRelease.com