When I Bookmark My Blog, it Saves as “Home” Instead of my Site Name?
-
I changed the “Home” link in my main navbar by editing the word “Home” in my header.php to the name of my site.
<?php if( is_home() ) : ?> class="current_page_item"<?php endif; ?>><a href="<?php bloginfo( 'url' ); ?>" title="<?php bloginfo( 'title' ); ?>">MY SITE NAME</a>
Where it says “My Site Name” it used to say “Home” ..
After making that change:
When I hit CTRL+D to bookmark the page, it’s bookmarking as “Home” still. And yes, I did a hard refresh.
Obviously, this isn’t good if a visitor bookmarks my page and it’s default named “Home” ..
How can I get my Blog to Bookmark as something descriptive? What do I need to mod?
P.S. I also have my site name and tagline in Settings > General.
Thanks
- The topic ‘When I Bookmark My Blog, it Saves as “Home” Instead of my Site Name?’ is closed to new replies.