Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other wordpress javascript registration issue(before or after wp_head)

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #39883
    aqeel
    Participant

    hi guys im aqeel im trying to implement a slide show in a wordpress site’s home page but its not working it simply contains the easyslider1.5.js file which i put in js folder css which of course in css folder. Then i used

    wp_register_script( ‘slides’, get_bloginfo(‘template_url’).”/js/easySlider1.5.js” );
    wp_enqueue_script(‘slides’);

    not worked then

    i also used it with get_bloginfo() but did not work …. ok im using them before

    wp_head();

    and the jquery code

    using it after wp_head();

    but slide show is not working….. im working on a project n i realy need ur help guys.

Viewing 1 post (of 1 total)
  • The forum ‘Other’ is closed to new topics and replies.