![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
If you want to replace the logo image that is currently being used in the header with dynamic text, follow the steps below. This will automatically pull in the Blog Title and Tagline that you have defined in your WordPress dashboard under Settings > General.
Step #1 Open up the header.php file and find this code: Code:
<div class="headerleft">
<a href="<?php echo get_option('home'); ?>/"><img src="<?php bloginfo('template_url'); ?>/images/logo.jpg" alt="<?php bloginfo('name'); ?>" /></a>
</div>
Replace with this code: Code:
<div class="headerleft">
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
<?php bloginfo('description'); ?></p>
</div>
__________________
StudioPress | Follow StudioPress on Twitter | Fan Us on Facebook | Read the StudioPress Blog |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Replace the Logo Image with Dynamic Text Header | tutorials | General Discussion | 1 | 10-14-2009 12:19 PM |
| How to Replace the Logo Image with Dynamic Text Header | tutorials | General Discussion | 1 | 10-14-2009 09:21 AM |
| How to Replace the Logo Image with Dynamic Text Header | tutorials | General Discussion | 1 | 10-14-2009 08:58 AM |
| Problem when replacing Logo Image with Dynamic Text Header | Susan Hope | General Discussion | 2 | 03-26-2009 11:44 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us