Inserting code after each post in WordPress
问题 I am wanting to insert some code after each post in WordPress... I know you can do it after this for example, in single.php <?php the_content(); ?> However if I do that it puts it in the wrong place.. an example post is here: http://www.hardwareblog.com/348/computer-hardware/top-10-gadget-gift-ideas-to-avoid-this-christmas/ -- if I put it AFTER the code example above it will be placed AFTER the sociable & facebook links..... I want to put it BEFORE those, so it's RIGHT AFTER the post. I did