Need help adding script to Template

  • Hi guys I have a Wp site and I am using the Locality theme from Themeforest and I want to add the following script to the template. Can anyone please help on the best way to do this, here is the script.

    <head>
    <script language=”javascript” type=”text/javascript” src=”swfobject.js” ></script>
    </head>

    <script language=”javascript” type=”text/javascript”>
    var so = new SWFObject(“flashgallery.swf”, “gallery”, “760”, “400”, “2”);
    so.addParam(“quality”, “high”);
    so.addParam(“allowFullScreen”, “true”);
    so.addParam(“wmode”, “transparent”);
    so.addVariable(“content_path”,”http://www.algarveteamproperties.co.uk/search/phpupload/310/uploads”);
    so.addVariable(“color_path”,”default.xml”);
    so.addVariable(“script_path”,”flashgallery.php”);
    so.write(“gallery”);
    </script>

    Thanks in advance.

    Steve

    The blog I need help with is: (visible only to logged in users)

  • The blog you specified at http://www.algarvepropertysearch.co.uk does not appear to be hosted at WordPress.com.

    This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.

    If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.

    If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.

    This is an automated message.

  • That is not a free hosted WordPress.com blog. We cannot help with that site as you are posting to the wrong support forum. WordPress.com and WordPress.org are completely separate and have separate logins. If you don’t have a username account at WordPress.ORG click this link http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.

  • The topic ‘Need help adding script to Template’ is closed to new replies.