Change page content at runtime
-
Hi wpForum,
I’d like to change a page content at runtime because qTranslate doesn’t work fine on 3.7.1. So I’d like to change url or page content i.e.
<?php $language = $_GET['lang']; if (!empty($language)) { if (($language == 'en') ) { wp_redirect( 'https://url?page_id=996', 301 ); exit; } } ?>
Is it possible?
Tia
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change page content at runtime’ is closed to new replies.