$(document).ready(function() { $('a[rel="external"]').click( function() { window.open( $(this).attr('href') ); return false; }); });

There’s nothing here.

If there were posts in the database, you’d be seeing them. Try creating a post, and see if that solves your problem.