Janet2013 Posted May 4, 2013 Share Posted May 4, 2013 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 Quote Link to comment Share on other sites More sharing options...
trq Posted May 4, 2013 Share Posted May 4, 2013 You might want to elaborate on what application it is your editing. Nothing you have spoken of is common to php applications in general. Quote Link to comment Share on other sites More sharing options...
Janet2013 Posted May 4, 2013 Author Share Posted May 4, 2013 hey oz, been a while since I've been home. Oh, am I posting in the wrong place? I have a wordpress site, and the page I want to change is a .php page. So I assumed that phpfreaks was the right place? Regards, Janet Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.