sociable

Inserting code after each post in WordPress

本秂侑毒 提交于 2019-12-02 15:05:03
问题 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

Inserting code after each post in WordPress

强颜欢笑 提交于 2019-12-02 11:35:40
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 some checking & testing.. this code here from post-template.php function the_content($more_link_text =