Reload my custom javascript
-
I run a music blog and am trying to get this to work. In all of my posts, I have a shortcode called “my_player” which calls my php function add_song().
All add_song really does is feed the mp3 location and title to my music player (written in javascript/jquery) and calls my javascript function add_song (which you can view at https://www.startingtofeelit.com/wp-content/themes/rockwell_v1.7.1/js/myfunctions.js)
Does anyone have any ideas how to make it so when I go to another page, it will correctly add the songs on that page to the playlist as well?
- The topic ‘Reload my custom javascript’ is closed to new replies.