Script Pulse

Trade Pulse => Trade Pulse Support => Topic started by: Chris on December 13, 2008, 01:37:11 PM

Title: Problems with wordpress blogs
Post 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.
Title: Re: Problems with wordpress blogs
Post by: ip0li on December 14, 2008, 07:44:26 AM
Please try
Code: [Select]
<?php include('/absolute/path/to/ssi_in.php'); ?>
Let me know how it goes, thnx.
Title: Re: Problems with wordpress blogs
Post by: Chris on December 14, 2008, 12:46:24 PM
Hello, Thanks for reply , I think is working fine now:

* Added in INDEX.PHP of my theme (not wordpress index.php)
Code: [Select]
<?php include('/absolute/path/to/ssi_in.php'); ?>
Title: Re: Problems with wordpress blogs
Post by: Chris on December 14, 2008, 12:56:15 PM
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?
Title: Re: Problems with wordpress blogs
Post by: ip0li on December 14, 2008, 04:42:11 PM
best is to include it between <head>INCLUDE HERE</head>

Have fun with it :)