Another Finishline adaption
I noted that the comments on the about page have been disappeared so I decided to make them reappear again.
Therefor I have added the following code to the Page template.
<?php if (is_page(’about’)) { ?>
<div class=”comments-template”>
<?php comments_template(); ?>
</div>
<?php }>
Now the comments are back, but maybe I have to reconsider at [...]
