I'm trying to remove the text "Welcome to" on the Drupal theme seven. I want to keep my site name though as it stands it says "Welcome to Site Name" at the top 开发者_开发技巧left.
I just want it to say "Site Name".
this text will be removed automatically once you create a new content (which promoted to front page)... so don't worry about this.... another advanced way is to create your front page and insert the link of you page in "/admin/config/system/site-information" instead of "node" in the "Default front page" section
I just had to replace the variable $title
with $site_name
.
精彩评论