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 trial

WordPress How to Build a WordPress Plugin Building a WordPress Plugin Settings Page How to Create a Plugin Template with a Settings Page

How would this be added if not using an FTP or server? Would you just 'add new'?

How does the plugin get into the wp site? Is it ok to just upload the one file or does the folder need to be uploaded or a zip?

Thanks so much!

1 Answer

Raymon Oleaga
Raymon Oleaga
19,298 Points

Yes, you can just hit "add new" in the backend of WP then at the top of the screen hit "upload" and you can upload the zip file that way.

You can also do it via FTP by unzipping the file then going into the wp_content/plugin folder and just place it in there. Dont forget to you need to activate the plugin after you have it in your plugins folder