Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: Chris on December 13, 2008, 01:37:11 PM
-
Hello, Im trying TradePulse Version 1.0.1 build 7 with a wordpress blog (2.6.5)
I added this coded to index.php (working with other trade script)
<?php virtual("/tp/ssi_in.php")?>
ssi_in.php is working ok, all referers are displayed, but the index of my blogs gives a 404 error (No Post Found) but if I refresh/reload the page the index are working fine and all post are displayed.
Someone can help me?
Thanks in advance.
-
Please try
<?php include('/absolute/path/to/ssi_in.php'); ?>
Let me know how it goes, thnx.
-
Hello, Thanks for reply , I think is working fine now:
* Added in INDEX.PHP of my theme (not wordpress index.php)
<?php include('/absolute/path/to/ssi_in.php'); ?>
-
Im having problems validating XHTML, if I put the code before <head> Im getting a few errors, and just one if the code is inside <head> section. What is the best location for the include code?
-
best is to include it between <head>INCLUDE HERE</head>
Have fun with it :)