StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-14-2009, 08:57 AM
tutorials's Avatar
tutorials tutorials is offline
Training
 
Join Date: Aug 2009
Location: cyberspace
Posts: 825
Default How to Replace the Logo Image with Dynamic Text Header

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>
Step #2
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>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -5. The time now is 09:42 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.