I am having a hard time with the title tag of my home page. It is pulling the website title from the Settings > General > Site Title no matter what I do. I can kindof read php but don't know how to write anything. Can anyone help me with getting this adjusted?
Here are the settings of my website at http://memories-are-forever.org:
Site title: Memories are Forever - that also controls the header text on the screen and I want it to stay the same
Page Title of my home page: Memories are Forever - remembering a loved one who is gone
All-in-one SEO Title: Memories are Forever - Remembering a loved one who is gone
Displayed meta title on my home page: Memories are Forever (site title)
I need the Site Title to stay as Memories are Forever, but the meta title to be "Memories are Forever - Remembering a loved one who is gone."
Here's my header.php text that I think covers it, could someone help me know what this should say so I can have what I want above?
<title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
Thanks so much for any help you can give me!
Janell