Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Some error in home template, only at single post pages.

I fixed it:

at the end of buddypress-home/comments.php I changed:

</form>

</div>

<?php endif; // If registration required and not logged in ?>

<?php endif; // if you delete this the sky will fall on your head ?>

to:

</form>

<?php endif; // If registration required and not logged in ?>

</div>

<?php endif; // if you delete this the sky will fall on your head ?>

Skip to toolbar