Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialLarese Anderson
4,061 PointsHow would I take something from workspaces and put it onto my wordpress site?
I have downloaded and extracted the file (javascript) but wordpress needs a URL so the file won't show up on the site.Really would appreciate an answer as it's for my portfolio.Thank you
2 Answers
Kevin Korte
28,149 PointsFTP the file to your server, and than use the local URL to enqueue the script into your wordpress site.
Larese Anderson
4,061 PointsThank you so much :)