WordPress Arrange The Plugins @ Bottom Of Posts

pokerjk

Senior Member
Joined
Dec 26, 2010
Messages
1,175
Reaction score
391
Hola,


Does anyone know of a plugin to arrange the order in which plugins are arranged at the bottom of posts?


I have a few plugins that go at the bottom of posts you see likw the author bio plugin and social buttons. They are the wrong way round though..!


Any help appreciated.


Cheers
 
Thanks but I am not using shortcodes, the plugins automatically insert the code.

I don't think it makes a difference on the order you install the plugins in, I am not sure how it decides to honest.

I will give that a go though... cheers.

Can't you just move the shortcodes or reinstall the plugins in the order you want?
 
Hola,


Does anyone know of a plugin to arrange the order in which plugins are arranged at the bottom of posts?


I have a few plugins that go at the bottom of posts you see likw the author bio plugin and social buttons. They are the wrong way round though..!


Any help appreciated.


Cheers
My advice? Find versions of these plugins that have shortcode support. Then all you need to do is stick some shortcodes into your text widgets, or add them to the wp_footer hook.
 
Yup thanks looking into this now!

My advice? Find versions of these plugins that have shortcode support. Then all you need to do is stick some shortcodes into your text widgets, or add them to the wp_footer hook.
 
I have tried using the bottom of every post plugin but it doesn't seem to like using short codes.

Entering normal text works fine, but when using the short code for both the below it doesn't show up.

http://wordpress.org/plugins/social-sharing-toolkit/
Shortcode: [short_code/]

http://wordpress.org/plugins/better-author-bio/
Shortcode: [author_bio]

I used to use this plugin:
http://wordpress.org/plugins/bottom-of-every-post/

If you post the names of the plugins that you are using then I might be able to suggest something.
Also do a check because sometimes shortcode support is built in but not advertised.

Also this may help:
http://www.inficone.com/technology/...r-below-wordpress-posts-using-add_filter/699/
 
Back
Top