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
Nick Zachary
6,816 PointsHow to edit one page in wordpress without effecting all other pages?
Hi, I'm creating a landing page in WordPress for my web designer portfolio "http://www.qoostudio.com/landingpage/".
I want to get rid of the top section that consists of the QooStudio and the navigation, so that it's just the mid section on the page ( form and slogan w/ pic). How do I get rid of the top section?
I also want to make some minor adjustment to the style of the page, how do I do these tasks without effecting my whole site?
4 Answers
jamie y
354 Pointsthe code that handles the top section is most likely in header.php. You would have to delete the appropriate html to remove that section.
If you know html and css, you should be able to edit the files and or add code so that it doesn't affect to much
Nick Zachary
6,816 PointsHow do I find the landingpage code? I'm looking into my themes folder, and I can only find php files and css files. If I delete a php header code will it do it to all my pages ?
jamie y
354 Pointsyes, each file will call the header php file. Any changes you make to that file will show on every page
Nick Zachary
6,816 PointsHow do I make the adjustment to just one page?