Hi All, I'm trying to add a love calulator script to one page in WP. The readme file is not very helpful and I'm not sure what to upload or install where. These are the files that are with the script: images (folder) .htaccess advertisements.php config.php favicon.ico index.php locale.php login_styles.css logs.php lovecalc.inc.php Readme.txt sql.txt Any and all help will be greatly appreciated. Thanks in advance!
just use the include function as a PHP snippet and include the script file. like this... <? include("script.php"); ?> It will only run on the page you put it on.. don't add it to the site on the wp control panel.