Jump to content

How do I add a line of text in sub_page_header.php


Janet2013

Recommended Posts

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
 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.