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
 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.