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 template issues

Hi everybody

Do anyone know some wordpress plugin / no plugin so that user can change the logo themselve without coding?

Another thing is that i have a footer <div id="footer"> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx </div>

i want the content inside footer div to be custom content , what should i do in the footer.php to make the content can be change by users.

1 Answer

Zac Gordon
STAFF
Zac Gordon
Treehouse Guest Teacher

Hi Priscilla,

Whether or not you can change the logo from the admin area, without code, would be a function of your theme, not an additional plugin.

As for the footer, you would need to have a widget available in the footer to customize. If a widget area is not there, you would have to add it to your theme via the functions.php file, which involves some code, but isn't too difficult.

Here is a pretty straight forward tutorial on how to do that: http://www.tips4developer.com/wordpress/wordpress-create-custom-widget-area/