Title: thatwordpress's Replies | WordPress.org

---

# thatwordpress

  [  ](https://wordpress.org/support/users/thatwordpress/)

 *   [Profile](https://wordpress.org/support/users/thatwordpress/)
 *   [Topics Started](https://wordpress.org/support/users/thatwordpress/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thatwordpress/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thatwordpress/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thatwordpress/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thatwordpress/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thatwordpress/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [ThatSimple Theme Tweaking](https://wordpress.org/support/topic/thatsimple-theme-tweaking/)
 *  [thatwordpress](https://wordpress.org/support/users/thatwordpress/)
 * (@thatwordpress)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/thatsimple-theme-tweaking/#post-1320804)
 * Hey guys. Sorry this response is so late, but to answer your question Quell, 
   you would need to change some code on three pages.
 * page.php, single.php and index.php in the template folder for that_simple.
 * on line 11 – change
 * `<img src="<?php echo ($mainImage); ?>" alt="" />`
 * that line to:
 * `<a href="<?php bloginfo('url'); ?>"><img src="<?php echo ($mainImage); ?>" alt
   ="" /></a>`
 * That should make the link dynamic, just in case you want to move it somewhere
   else or what have you.
 * If you have any other questions shoot over to [our website](http://www.thatagency.com)
   and send us an email. Hope this helps.

Viewing 1 replies (of 1 total)