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 How to Make a Website with WordPress Installing WordPress The Famous 5-Minute WordPress Install

Garyn Jones
Garyn Jones
2,663 Points

How can I manually link my database to Wordpress if the automatic connection page doesn't load when logging back into WP

After I created my database and installed WordPress, I logged back in and the page necessary to connect my database didn't automatically load. It went straight to the WordPress Dashboard and so when I upload files to my FTP it doesn't register on my WordPress account. For instance the Child Theme.

How can I get to that page and connect my database?

1 Answer

Hi Garyn,

Hope I'm understanding the issue. You can edit the database details via the wp-config.php file in the root of the site.

The link above from the Codex gives examples.

-Rich

Garyn Jones
Garyn Jones
2,663 Points

Thanks Rich, that makes sense but how do I get to the root of my Wordpress site? Are you referring to the install files on my hard drive?

Hi Garyn,

Yes, if local you'll find it in the root of your install on your machine. If it's on a server you'll need to access it via FTP.

Hope that helps :)

-Rich

Garyn Jones
Garyn Jones
2,663 Points

That's a big help, Rich. Thank you! I'll let you know how it goes.