Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to remove the title in the header to put a logo instead
#3
using the default theme as my example, that would be done by changing:
Code:
<a class="logo" href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a>
to:
Code:
<a class="logo" href="<?php get_site_url(); ?>"> (whatever is here will be the link, so nothing if you want) </a>
------
I can't design for shit but I can code the shit out of your design
Reply


Messages In This Thread
How to remove the title in the header to put a logo instead - by Derek - 2009-08-19, 01:52:23



Users browsing this thread: 1 Guest(s)