Title: Plugin load after content??
Last modified: August 30, 2016

---

# Plugin load after content??

 *  Resolved [elizabeth](https://wordpress.org/support/users/greybird/)
 * (@greybird)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-load-after-content/)
 * Is it possible to make a plugin load after the content?
 * I have a slow loading slider that I would like to make load after the content
   finishes loading.
 * Is that possible to do that with this plugin or some other way?
 * The slider is only on the homepage.
 * [https://wordpress.org/plugins/plugin-organizer/](https://wordpress.org/plugins/plugin-organizer/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-load-after-content/#post-6403241)
 * Plugins load before any content is rendered. The code from the plugin is loaded
   when an action is called by WordPress. So to get the code for a plugin to load
   after your content it would have to be coded to do that. Changing the order it
   loads in will not change where it’s code loads on the page.
 *  Thread Starter [elizabeth](https://wordpress.org/support/users/greybird/)
 * (@greybird)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-load-after-content/#post-6403247)
 * Is there a way for me to do that? Can I add something to my child theme?
 * Or would there be a way to prevent the plugin content from loading until after
   the page content loads?
 *  Plugin Author [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * (@foomagoo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-load-after-content/#post-6403251)
 * You would have to go into the code for the plugin and change it to get it to 
   show it’s content after the page content.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugin load after content??’ is closed to new replies.

 * ![](https://ps.w.org/plugin-organizer/assets/icon-256x256.png?rev=1786554)
 * [Plugin Organizer](https://wordpress.org/plugins/plugin-organizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/plugin-organizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/plugin-organizer/)
 * [Active Topics](https://wordpress.org/support/plugin/plugin-organizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/plugin-organizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/plugin-organizer/reviews/)

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jeff Sterup](https://wordpress.org/support/users/foomagoo/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/plugin-load-after-content/#post-6403251)
 * Status: resolved