I want to add the last visit plugin by Alex King to my Wp, but I have no idea where to put this code:
<?php require(bloginfo('url;').'/wp-content/plugins/wp-last-visit.php?type=js'); ?>
In the readme, it says to put it between the <head></head> tags in the main index.php page, but wouldn't it still work if I put it between the head tags in header.php?
I've tried placing it in both php pages, but it still doesn't work...
I'd really appreciate any help ^^