Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,034
- How-to & Troubleshooting
- 129,678
- Creating & Extending
- 25,794
- Requests & Feedback
- 9,497
- Third Party Plugins
- 9,793
- Showcase
- 3,316
- Ideas
- 1,375
- Miscellaneous
- 9,181
-
Diesel: Nice site. I’m doing something similar, except it is centered on journalists.
As for changing the site title to an image, I copied header.php from the parent theme, commented out the “<h1 id=”logo”>” block and replaced it with this bit of code:
<div id="logo">
"<img src="http://site.com/wp-content/themes/mytheme/_inc/images/logo.png" />
</div>