Using a plugin that indicates my feed address as such:
$defaultdata = array(
'new_visitor_message' => "<p style='border:thin dotted black; padding:3mm;'>If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!</p>",
'message_location' => 'before_post',
'repetition' => '3'
);
Am trying to "substitite" the feedburner address below for the appropriate portion above but I keep getting parse error messages. If one of you "practiced eyes" out there could help me with the proper syntax here I would be ever so grateful. The new feed address is:
<p>< a href="http://feeds.feedburner.com/TheDonutTheory" rel="alternate">Subscribe to The Donut Theory</ a></p>
I added some spaces to keep it from doing what html does. thanks a heap!