Thread Starter
Bart
(@bart)
I don’t have any plugin active… I disabled any option in the “Discussion” part of the admin-pages that I could find (no e-mail to me, don’t check on input fields etc) but it didn’t help… wp-comments-post.php simply won’t load, it seems.
When I try to load it directly in the browser, it seems to load ok, no errormessages, just an empty page 🙂
Thread Starter
Bart
(@bart)
Ok, I feel stupid. It works now.
Thanks! 🙂
Thread Starter
Bart
(@bart)
I put the same “block” there as it appears on the Main Template (index.php) which says:
<p class="postmetadata">Geplaatst in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('Nog geen reacties »', '1 reactie »', '% reacties »'); ?></p>
And the Category appears, the Edit link appears, but the Comments-link is not there…
Any suggestion?