Thread Starter
skritz
(@skritz)
Solved it.
I’v put a wp_reset_query(); right before the comments template tag. Now it looks like this
<?php wp_reset_query(); ?>
<?php comments_template( '', true ); ?>
And is working now perfect.
ah fine,
I had the same problem, but there was only the change in the wp-nivo-slider.php necessaery.
No changes in the functions.php
thanks
Thread Starter
skritz
(@skritz)
Oh my dear,
it can be so easy. Working perfectly.
Thanks a lot