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 trialTravis DePriest
696 PointsAlready built a simple website. Is wordpress appropriate to use to help with CSS layout?
I followed the track How to Build a Website...first ten steps and already have a simple website
travisdepriest.com
Is wordpress appropriate to simply help with CSS layout?
2 Answers
Zac Gordon
Treehouse Guest TeacherNo, WordPress wouldn't be helpful for enhancing CSS on a site like you described. You would simply just add more html and css as you have been.
Lauri Neuding
13,525 PointsI have a website I created independently but uses WordPress simply for the blog page. Beating the template into submission so it looks like the parent involved creating a daughter css page through the dashboard. There is documentation in the codex on how this works. The result is close to but not a perfect mimic of the parent. lgbttravelandtours.com
I have another one that the client added a WordPress blog to. It looks nothing like the parent site, but he is happy with it. The graphic designer in me screams silently but, hey, it's the client's nickel. primejourneys.com
As Zac says, the css/html in WordPress only affects what you create there. You might consider recreating your site with WordPress if what you want is perfect cohesion.
Richmond Lauman
28,793 PointsRichmond Lauman
28,793 PointsWordPress or a similar CMS is appropriate if you want to have content managed easily or to use the functionality provided by various available plugins without having to create your own applications, but I don't think using Wordpress offers any particular advantages for CSS layout. There are probably certain pre-designed WordPress templates available that do offer easy CSS customization though.