Hi There.
I am very very new to PHP and Wordpress. Like 4 hours old… So excuse if this is a stupid question but would really appreciate some guidance.
I have a website… www.medexpert.sg. The website is in 2 languages and we have created English pages to begin with www.medexpert.sg/en/… and the russian pages begin with www.medexpert.sg/ru/…
I want to customise so that the header for rusian pages will be different as compared to the English pages.
I have 2 files created header.php and header-ru.php
The code i wrote to include in the page.php file is this;
<?php if(strpos("$_SERVER['SCRIPT_URI']","www.medexpert.sg/ru/") == FALSE) {get_header();} else{get_header(ru);} wp_head(); ?>But it does not load the page… it breaks down with a HTTP 500 error