/ Published in: PHP
Redireccion sólo de paginas interiores a nueva pagina de wordpress.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php // Redireccion $change = "http://www.revistacarrusel.cl"; $request_uri = $_SERVER['REQUEST_URI']; if(!is_home()){ } ?>