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

Cesar Vanbuskirk
Cesar Vanbuskirk
6,672 Points

Altering a Wordpress Framework

I've been struggling with wrapping my head around Wordpress for a little while now and I need a little help, okay so I understand Genesis gives me a good starting point to create my sites. What if I want to use a parallax plugin or something like that? Would I still be able to do that or would it alter the framework or theme too much to function properly? Could I still create my site as I would with html and css then just upload it to wordpress? Thanks guys

1 Answer

Not sure on the compatibility of the plugins that you are wanting to use, but no, you can't develop locally and just upload your html and CSS.

Wordpress is a Content Management System that utilizes a MySQL backend so you would have to upload your Database schema making sure your usernames, feel paths, etc.. are the same. Now there are tools out there that allow you to do this.

Here is link for transferring your Wordpress site: http://www.smashingmagazine.com/2013/04/08/moving-wordpress-website/

Hope that helps! :)