![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Video Tuorial
If you would like to access a video version of this tutorial, click here. Please note that this tutorial is for version 3.0 of the Black Canvas theme. Version 3.0 If you want to replace the logo image that is currently being used in the header with dynamic text, follow these steps: Step #1 Inside your WordPress dashboard go to Appearance BlackCanvas Theme Options. Step #2 Under the Header Blog Title section, select Use Dynamic Text option. You can see an example of where to enter that information below: ![]() Version 2.0 and Below 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_settings('home'); ?>/"><img src="<?php bloginfo('template_url'); ?>/images/logo.gif" alt="<?php bloginfo('description'); ?>" /></a>
</div>
Replace with this code: Code:
<div class="headerleft">
<h1><a href="<?php echo get_settings('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:32 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