Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Почитай про Для просмотра ссылки Войдиили Зарегистрируйся, для вордпресс есть несколько хороших Для просмотра ссылки Войдиили Зарегистрируйся, но конкретно под твою задачу, думаю, их таки прийдется допиливать.
<?php
$parse_ref = parse_url($_SERVER["HTTP_REFERER"]);
if (eregi("yandex",$parse_ref['host'])) echo "yandex code";
if (eregi("google",$parse_ref['host'])) echo "google code";
?>
вот, накидал, но не проверял. попробуй:
PHP:<?php $parse_ref = parse_url($_SERVER["HTTP_REFERER"]); if (eregi("yandex",$parse_ref['host'])) echo "yandex code"; if (eregi("google",$parse_ref['host'])) echo "google code"; ?>
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/126/domains/12345.net/public_html/wp-content/themes/12345/single.php on line 26
ошибка
HTML:Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/126/domains/12345.net/public_html/wp-content/themes/12345/single.php on line 26