Support » Fixing WordPress » Static page how to include external javascript files and css

  • I have a form that has been created to a clients needs and I have inserted in to a static page, it displays it, but not properly as css is not being called and functionality is not working due to javascript not working either.

    I have tried in my custom page template (also tried inserting in header.php previously):

    <script type=”text/javascript” src=”http://www.chamandeepsingh.byethost7.com/wp-content/themes/whiteboard/js/jquery.js”&gt;
    </script>

    <link href=”<?php bloginfo(‘template_directory’); ?>/formstyle.css” rel=”stylesheet” type=”text/css” />

    Any help is appreciated

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Static page how to include external javascript files and css’ is closed to new replies.