Support Forums - Classified Ads Script Osclass
Osclass Market
Download Osclass
Documentation
Home
Help
Search
Login
Register
How to change the title of the browser tab on the contact page?
Support Forums - Classified Ads Script Osclass
Osclass theme support
Delta Osclass Theme
How to change the title of the browser tab on the contact page?
Match all words
Match any words
Most relevant results first
Largest topics first
Smallest topics first
Most recent topics first
Oldest topics first
Advanced
Print
Pages: [
1
]
mya mzz
5 posts
How to change the title of the browser tab on the contact page?
«
on:
July 05, 2025, 04:50:15 AM »
How to change the title of the browser tab on the contact page?
The website page is: terra-macc.eu/contact
I would like to change the title to ‘Contatti | Terra-Mac’ but I cannot find the string in the TRANSLATION section (both Core and Theme).
Logged
MB Themes
Support team
18723 posts
Only quality matters
Download Osclass
Re: How to change the title of the browser tab on the contact page?
«
Reply #1 on:
July 10, 2025, 10:38:01 AM »
I would say translation just say "Contact". You may need to use plugin to manage these meta tags.
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
mya mzz
5 posts
Re: How to change the title of the browser tab on the contact page?
«
Reply #2 on:
July 11, 2025, 12:05:18 PM »
SOLVED IN:
<title><?php echo meta_title(); ?></title>
....
<title>
<?php
if (osc_get_osclass_location() === 'contact') {
echo 'Contact - TerraMac';
} else {
echo meta_title();
}
?>
</title>
Logged
MB Themes
Support team
18723 posts
Only quality matters
Download Osclass
Re: How to change the title of the browser tab on the contact page?
«
Reply #3 on:
July 14, 2025, 11:10:52 AM »
Yes that works as well
Logged
To get fast support, we need following details:
Detail description, URL to reproduce problem, Screenshots
Print
Pages: [
1
]