simplebits / Pears

http://pea.rs
GNU General Public License v2.0
1.4k stars 162 forks source link

Removed hardcoded path to theme #4

Open andrewheiss opened 12 years ago

andrewheiss commented 12 years ago

Hardcoded paths to the theme were causing images to not load when the WordPress installation was in a subdirectory. I replaced all instances of /wp-content/themes/pear/ with the with more dynamic get_template_directory_uri();

I also replaced the link to the home page in the logo with the more dynamic echo site_url();