New design

I thought it was time for a new design of this website. The old setup was a combination of my own code with a WordPress blog. I now moved everything to WordPress with a custom theme and some template coding.

The old site used to look like this :

This site uses Google Fonts so you might want to turn on Javascript for all visual effects.

Widgetize your WordPress theme

If you want to use widgets on your WordPress theme, then these are the steps you should take:

1) Create a file functions.php in your theme directory. Add this to the file

2) Open your sidebar.php file and add this somewhere in the ul-list defintion

Show comment box / comments on a WordPress Page

Just include this in your theme / template for the WP-pages : <?php comments_template(); ?>

If you’re not happy with the default then just edit the file comment.php