Does anybody know how to include the Toplist X php code into a wordpress theme? When I do it breaks the theme resulting in a blank page. Here's the example code I'm using in the head section.
Code:
<?php $_GET['sk'] = 'YOUR_SECRET_KEY'; include('/full/directory/path/to/toplistx/in.php'); ?>