Which file in Wordpress contains the "post loop". I want to change something on all posts. Install & Configure - Basics 1) Upload the social-bookmark.php file into your Wordpress plugins directory. 2) Activate it via the Plugins area in the admin. 3) Put this code where you want the social bookmark links to show up: <? if (function_exists('social_bookmark')) { social_bookmark(); } ?> !!! It must be in the post loop. Above the comments is a great spot. This will not work in the sidebar. 4) On the Options page in the admin, there is a 'Social Bookmark Creator' submenu. Select that and setup any options. 5) Test it! Where would I put that in? Rob
Hello Rob, That should be in your index.php in your template's folder. http://codex.wordpress.org/The_Loop#Using_The_Loop Good luck
Awesome. Thanks alot' Finally I just learned that I have to register each post with each service, is that so? Is there a way to do it automatically?
OK, so no there is no automatic or no you don't need to do anything? Click on it to bookmark on my site or?