• mdalabar

    (@mdalabar)


    Want to add a logo in <div id=”branding” role=”banner”> and above the title, how to do that? Trying to make function like header_image but couldn’t register it, any alternative way please?

    Tanks in advance.

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Can you not just code it in?

    i.e.

    <div id="branding" role="banner"><img src="<?php bloginfo('template_directory');?>your-image.jpg height="xxx" width="xxx" alt="xxx" /></div>

    Or do you need it to be uploadable within the admin area for some reason?

Viewing 1 replies (of 1 total)
  • The topic ‘How to put a logo in header’ is closed to new replies.