Support » Fixing WordPress » How to add Backstretch to WP

  • So I’ve added backstretch to my Xenforo board, and it works great. I included this in the page container in Xenforo:

    <xen:require js="/js/jquery/backstretch.js" />
    <script type="text/javascript">
    $(document).ready(function(){
      $.backstretch("/styles/default/xenforo/body-bg.jpg");
    });
    </script>

    Worked great. But I am not familiar with WP way of doing this, how can I achieve this in WP? (I tried the addons that are supposed to do this, among other features, but they are not working properly in all browsers, so I’m going for the easiest route, no additional “features” required).

    [Moderator Note: No bumping. If it’s that urgent, consider hiring someone instead.]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add Backstretch to WP’ is closed to new replies.