Changing Site Logo URL in Omeka

Hi!
I’m trying to alter the site logo URL to direct to somewhere else rather the Omeka home page but having issues with it. I ended up locating the header.php file in the “themes > santa-fe > common” path and tried changing a line from:

<div id=“site-title”><?php echo link_to_home_page(theme_logo()); ?></div>

to

<div id=“site-title”><a href=‘http://trexlerworks.muhlenberg.edu/community_engagement_blog_/’><?php echo theme_logo(); ?></ div>

but unfortunately no luck. Any suggestions?

There’s no closing </a> tag in your example. Does that make a difference?

The examples you posted are also using “smart” quotes which would be a problem, but that might just be an artifact of how you posted them here.