efrem191
Forum Replies Created
-
Hello,
I found it –>
I added this to my .htaccess:
RewriteRule ^appointments$ /wp-content/themes/Glamdress/appointments.php [L]
RewriteRule ^fr/appointments$ /wp-content/themes/Glamdress/appointments.php [L]
RewriteRule ^nl/appointments$ /wp-content/themes/Glamdress/appointments.php [L]
RewriteRule ^fr/appointments/$ /fr/appointments [R=301,L]
RewriteRule ^nl/appointments/$ /nl/appointments [R=301,L]and the href of my button is like this:
<a style="padding: 15px 18px;" href="<?php echo site_url('appointments'); ?>" class="button-1 mt-20 button-mobile-appointment">manage your appointments<span></span></a>Anyway, thank you for your help and have a good day,
Efrem
Hello,
I changed my structure to post name, but the thing is that I need to navigate to : https://glamdress.be/wp-content/themes/Glamdress/appointments.php when clicking on a button (href).
The problem is that then I can’t translate this page and the language is stuck on EN, also when I change it to FR or NL for example.
Maybe I have to put another “href” that is linked to this button but I don’t know wich link I can set.
Could you please help, it would be a pleasure for me.
Thank you,
Efrem