Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Sterup

    (@foomagoo)

    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

    (@greybird)

    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

    (@foomagoo)

    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.