- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
Joomla 3.x. How to change Privacy Policy link and title
March 30, 2015
This tutorial is going to show you how to change Privacy Policy link and title in Joomla 3.x. template.
Joomla 3.x. How to change Privacy Policy link and title
Some templates allow you to change Privacy Policy link title in your site admin panel. You can check our video tutorial: How to change footer copyright message, where you will learn how to modify that title in Joomla backend. In this tutorial we will show you how to modify Privacy Policy title and link in site files.
Privacy Policy title
-
Connect to your server using FTP file manager or hosting Cpanel.
-
Open language/en-GB/en-GB.tpl_theme####.ini, where #### is a number.
-
Make changes on the line 129:
TPL_PRIVACY_POLICY="Privacy Policy"
-
Save file and upload it back to the language/en-GB directory on your server.
In case you have multilingual site, you need to duplicate a language file “en-GB.tpl_theme####.ini” located in “\language\en-GB” folder. Copy it to “\language\your_additional_language” folder, for example “language\es-ES“. Change or rename file prefix from “en-GB.tpl_theme####.ini” to “es-ES.tpl_theme####.ini“. You can open this file in any text editor and alter or translate the text to fit your needs.
Privacy Policy link
-
Connect to your server using FTP file manager or hosting Cpanel.
-
Edit index.php file located in templates/theme### folder on your server (### is a number).
-
Modify line 255:
params->get('privacy_link_title'); ?>
-
Replace the code below with the link for your page:
Thank you for reading this tutorial. Feel free to check the video instruction below: