milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
916 stars 196 forks source link

How to add Header Image? #46

Closed Jack181 closed 12 years ago

Jack181 commented 12 years ago

HI there.. love the theme.

Trying to replace the header image and description with a header image... Not sure how to go about this.

I wasn't sure if this was the peice of code I should be looking at in header.php:

<?php wp_title(''); ?>
milohuang commented 12 years ago

You can edit the below in header.php to meet your need:

<div class="reverie-header">
<h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
<h4 class="subheader"><?php bloginfo('description'); ?></h4>
</div>