Link to RSS feed not clickable?

This is not a PHP or HTML issue, but a CSS issue. Your top menu is overlapping with the top of the content, so when you place the mouse over the link you are in fact still hovering over the top menu. You can see this in the developer tools of your browser:

Top part of content obscured by top menu

If I remove the height: 33px from #topmenu, the content shifts a bit down and the link becomes clickable again:

Content div shifted down so link becomes clickable