VPSNext


Go Back   Your VPSNext Community > Programming / Other > PHP / MySQL Assistance

PHP / MySQL Assistance We understand. Not all of you are experienced programmers, but some of you are highly skilled at coding. So we've set aside this forum so you can ask questions, and provide answers to the most commonly asked PHP / MySQL issues.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 05-23-2009, 06:21 PM
SeIsheR SeIsheR is offline
Junior Member
 
Join Date: May 2009
Posts: 1
Default custom WP logo in my hosting

I want to put a logo of my brand into WordPress theme. How I can insert a logo in my WordPress blog?
Reply With Quote
  #2  
Old 05-25-2009, 07:06 AM
Traximus's Avatar
Traximus Traximus is offline
Junior Member
 
Join Date: Feb 2009
Posts: 18
Default Re: custom WP logo in my hosting

Log into cPanel and click on the File Manager, then navigate to the WordPress directory inside within to your Theme directory.
Code:
/wordpress/wp-content/themes/YourTheme/
Upload your logo inside in images folder of your current WordPress theme. Edit header.php and replace this line:
HTML Code:
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
with this one
HTML Code:
<img src="<?php bloginfo('template/url'); ?>/images/yourlogo.png">
Reply With Quote
Reply

Tags
custom, hosting, logo

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 On

Forum Jump


All times are GMT -4. The time now is 11:04 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

Copyright 2008 VPSNext. All rights reserved.