Quote:
Originally Posted by sbisig
I just installed today and the same thing is happening to me.
I added the code to my index.php page as directed on the readme page under "IF YOU WANT TO USE VB For comments"
PHP Code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
is only on my index.php page. Should this also be on single.php and page.php for it work?
|
You would have to make the same edit for any page that displays comments of course. Not all templates use the same system that you are talking about.
Quote:
Originally Posted by Lubricus
Hello I really like this plugin but I can't get it to work for certain custom works I have my forum in the root labeled forum.php I can't get the plugin to work this way is there a way.
|
If you named it forum.php, chances are you will have to change it in the source code of the plugin.