Author Topic: Problems with wordpress blogs  (Read 8892 times)

0 Members and 1 Guest are viewing this topic.

Offline Chris

  • Newbie
  • *
  • Posts: 8
    • View Profile
Problems with wordpress blogs
« 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.

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Problems with wordpress blogs
« Reply #1 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.

Offline Chris

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Problems with wordpress blogs
« Reply #2 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'); ?>

Offline Chris

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Problems with wordpress blogs
« Reply #3 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?

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: Problems with wordpress blogs
« Reply #4 on: December 14, 2008, 04:42:11 PM »
best is to include it between <head>INCLUDE HERE</head>

Have fun with it :)