salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
184 stars 63 forks source link

How to add site logo in the nav? #100

Closed salcode closed 9 years ago

salcode commented 9 years ago

I received the following question

How exactly would I set the site logo?

I've tried everything, but currently the logo loads BEFORE the site nav, and not in the navbar-brand like it should.

salcode commented 9 years ago

General Advice for Modifying Markup

Generally, I would recommend modifying the Bootstrap Genesis Child Theme directly for any markup changes. This change would be in lib/nav.php.

Specific Situation of Modifying the .navbar-brand

Just recently on August 3, 2015, I added a filter for this very purpose. At the time of this writing, this new filter only appears in the develop branch and will be in the next release 0.8.0, which I aim to push out in the next week.

You can read more about this in #80