Closed How do I remove "Welcome" from my website name?

Status
Not open for further replies.

Yurensiy

Member
Community Supporter
Points 8
Solutions 0
Hi everyone!
How do I remove the "Welcome" phrase from before the site name? It appears to guests, but disappears after registration. I need it so it doesn't show to guests either, just the site name and that's it.
Thanks!
 
Hi everyone!
How do I remove the "Welcome" phrase from before the site name? It appears to guests, but disappears after registration. I need it so it doesn't show to guests either, just the site name and that's it.
Thanks!
To modify the language file, you will need to utilize software such as Poedit, which allows for a user-friendly interface to edit translation strings. Alternatively, you can directly make changes in the code if you are comfortable with coding and understand the structure of the language files. This approach requires locating the specific language file in your project directory and editing the relevant lines of code to reflect the desired translations. Make sure to back up the original file before making any changes to avoid losing any important data.

change the code,
open the /content/themes/default/templates/_head.tpl
look for
PHP:
    <!-- Title -->
    <title>{$page_title|truncate:70}</title>
    <!-- Title -->

and remove all of it

Stay tuned! I’ll be sharing an exciting guide on how to use Poedit later
 
I translated the phrase. It was "Welcome to." I translated it into Ukrainian, and it became "Vitaimo v." If I remove this code, the title disappears completely. I'd like to leave just the website name, without "Welcome to."
I tried removing everything from the phrase, but it always returns the original meaning. I can't seem to get just the website name itself. However, when I log in to my account, the website name appears without "Welcome to."
 
Have a look here
 
Hello @Yurensiy,

After careful consideration, we have decided to close this support ticket thread as we have not received any communication from you in the last five days. If you have any further inquiries or require assistance, please feel free to get in touch with us or open a new support ticket. We are committed to providing you with the help you need. Thank you for your understanding!
 
Status
Not open for further replies.

Donate: Campaign

Total amount
$0.00
Goal
$60.00

AdSense

Back
Top