I want to link a static PHP site from a folder in my root directory in the WordPress template file.
I tried using:
<?php require_once (get_bloginfo('url') . '/programm/loginform.php'); ?>
but it does not work.
I am trying to connect a:
<?php bloginfo('template_url'); ?> /programm/loginform.php" ?>
and a:
<?php require 'loginform.php'?>