Support Forums for LiveMesh Themes & Plugins › Forums › Agile Theme Support › Can't seem to get rid of 'Home' on my static landing page.
Tagged: home, page title
- This topic has 10 replies, 2 voices, and was last updated 8 years, 8 months ago by
theadz.
-
AuthorPosts
-
July 28, 2016 at 5:33 pm #23259
theadz
ParticipantHi there,
I have a static landing page that I’ve recently set to the ‘Home Page’ template (it was previously Full Width) in order to get rid of my Google Search snippets (file attached below).
Even after setting the static front page to ‘Home Page’ the page title still has “Home – <websitename>. Is there anyway I could change this? I know I could call the homepage the same name as my website, but then my page title would just say the website title twice.
Thanks,
Adam.July 29, 2016 at 7:23 am #23276Veena
ModeratorIn the snippet editor pls change the sitetitle to
%%sitename%%
and pls comment out the below code in file header.php at line no:20 and see if that helps?
wp_title('|', true, 'right');
July 29, 2016 at 2:43 pm #23292theadz
ParticipantHi Phoenix,
Thanks for the reply.
Firstly, I changed the code to this. Is this right?
<title>
<?php
<!– wp_title(‘|’, true, ‘right’); –>
bloginfo(‘name’); ?></title>After I did this, I continually got an HTTP 500 Internal Server Error. I’ve attached the error message, and had to change it back. As soon as I did the error went away.
Just to confirm, by ‘snippet editor’ do you mean the Yoast Snippet Editor in the static home page? I’ve attached an image of what I see before making any changes.
%%title%% %%page%% %%sep%% %%sitename%%
Sitetitle isn’t listed here. I did just remove title, page and sep to leave just
%%sitename%%
but now I seem to get the sitename repeated twice.
Is there anything I’m doing wrong?Thanks,
Adam.July 30, 2016 at 4:58 am #23302Veena
ModeratorJust to confirm, by ‘snippet editor’ do you mean the Yoast Snippet Editor in the static home page?
Yes.but now I seem to get the sitename repeated twice.
Is there anything I’m doing wrong?
Pls see the attachment .August 1, 2016 at 2:40 pm #23324theadz
ParticipantHi Phoenix,
Thanks for that. It definitely helped… but I’m not 100% yet.
I’ve attached image of my code changes, but I’m still getting the website name repeated. It’s also still showing up in the google results.
Please check the attached images and let me know if there is anything else I should try changing.
Thanks,
Adam.August 2, 2016 at 7:10 am #23340Veena
ModeratorCan you share a temp login to your site as a private msg , i ll take a look .
August 2, 2016 at 1:57 pm #23352theadz
ParticipantThis reply has been marked as private.August 3, 2016 at 7:20 am #23365Veena
ModeratorNow the sitetitle is not showing twice in the browser tab . Have you resolved this ?
August 3, 2016 at 2:39 pm #23376theadz
ParticipantHi Phoenix,
Not intentionally.
It seems to be fixed for Internet Explorer, but Google Chrome and Chrome Canary are still very much showing the double sitetitle. Could you please look into this with Chrome in mind?Thanks,
Adam.August 4, 2016 at 5:25 am #23383Veena
ModeratorPlease clear the cache and check .
August 4, 2016 at 6:11 am #23385theadz
ParticipantThank you Phoenix!
That looks much better now. Thank you so much for you help and patience.
-
AuthorPosts
- The topic ‘Can't seem to get rid of 'Home' on my static landing page.’ is closed to new replies.