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();
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();