Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi,
How can I remove the "© OXYGEN WORDPRESS THEME." text in the footer? I tried to find the text editing the oxygen template but couldn't find where to change/delete this text.
Thanks,
Nicolas
Hi Nico,
To change the copyrights text, go to Theme Options > Footer > Footer Text as shown in the image below:
(view large version)
Then click Save All Changes button and its done.
@Arlind: could you guys pls add a feature where we can include php in the Footer Text?
Example: © OXYGEN WORDPRESS THEME + php echo date("Y");
Then PHP get escaped and executed.
Thank you very much
php echo date("Y");Hi Martin,
In footer you can apply shortcodes so it is basically the same thing.
So here is what you need to do:
1. Install this plugin:
https://wordpress.org/plugins/extra-shortcodes/
The reason is that it provides [date] shortcode.
2. Go to Footer text area and apply the date in this form:
The list of shortcodes can be seen in plugins page.
Hopefully this will help you.