• Resolved relequestual

    (@relequestual)


    I use many plugins on my blog, some of which add parts to the bottom of posts.
    Is there any way to re arrange in which order these extras are added? As far as I can tell, there is no link to in which order the plugins are activated.
    For example, on my blog, i use Share this, Socible, and Sphere Related Content. What if I wanted to change the order in which their items were added to the end of posts?

    Any ideas / thoughts welcome

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Most plugins that do this have an alternate way to insert their code by adding some tags to the theme.

    Share this, for example, lets you turn off the automatic add to the end of the post bit, and then you just add <?php if (function_exists('sharethis_button')) { sharethis_button(); } ?> in your theme, wherever you want the button to appear.

    Thread Starter relequestual

    (@relequestual)

    thanks, this is a good answer.
    I recently read an article on adding 3 widgetized areas to the footer, which worked like a dream. now im trying to do it at the bottom of a post. Its worked-ish, cept i cant get them to float. any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I re arrange plugins that add themselves to the end of posts?’ is closed to new replies.