Quote:
Originally Posted by Jafo232
Do you get this error without editing single.php? It could very well be your WP template setup is unfamiliar to me.
|
Jafo, all I have done to the single.php was insert the first part, like this...
PHP Code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php
### Vbridge Call
$vbridge = Comment_Handler($post->ID);
###
?>
I uploaded what I have so far. It is just the default skin that comes with the latest install of WP.
cheers