I setup wordpress on my site in a sub-directory (/wordpress) in order to get everything setup before switching over.
Last week I copied everything from the /wordpress directory to / (root dir). Everything seemed to be fine. However, today, I tried to edit my template files, only to discover that edits made no changes to the live site. As it turns out, WordPress is still looking at the themes in the /wordpress directory.
This baffles me! Why is it looking there? Where is the line that's tell it to look in /wordpress/wp-content/themes instead of /wp-content/themes?
I've looked all around, and I can't see to find where or why it would be doing this. I'm sure it's a simple fix, but help would be appreciated. Thanks.