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

wordpress problem

Hi everybody

I have a header with a logo, but the logo should be custom content,that means can be amend by user. For me i create a page that directly put the code belong to the logo into it.(i don't know if it is right method), but it makes the web disorder, (don't know if the loop is correct or not).

So what should be use to make a custom logo on header.php ? widget or create a page? or other method?Thank you.

3 Answers

Andrew McCormick
Andrew McCormick
17,730 Points

do you want them to be able to change the logo via the WP Admin area or by just replacing a file via FTP?

in the wp admin area

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Hi Priscilla,

You'll need to build in a custom options menu into your theme. Here is a tutorial on how to do that: http://www.paulund.co.uk/theme-options-page

I warn you though, it's not something for a beginner.