How Can I Insert Specific Code Under My Blog Posts?
Posted: Tue Jun 10, 2014 7:14 pm
Hey everyone!! 
I would like to add a snippet of code for a poll;
I would like to add this code directly below my blog posts ONLY.. for example, I would like it to appear above where you see "Sharing is Sexy" but below the FaceBook 'Like' Button - here on this page, and all similar pages on my site: http://www.mybreality.com/difficult-desires/
I'm using WordPress.org... and I know how to go to Appearance > Editor, I'm just not sure which template to work with in order to make this happen, and I don't know WHERE to put this line of code on the template I need to put it on.
Thank you to anyone willing to help me out, you're a kind soul!
I would like to add a snippet of code for a poll;
Code: Select all
<?php if ( function_exists('print_moodthingy_widget') ) { print_moodthingy_widget(); } ?>I'm using WordPress.org... and I know how to go to Appearance > Editor, I'm just not sure which template to work with in order to make this happen, and I don't know WHERE to put this line of code on the template I need to put it on.
Thank you to anyone willing to help me out, you're a kind soul!