
![]() |
|
|
|||||||
| 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. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I want to put a logo of my brand into WordPress theme. How I can insert a logo in my WordPress blog?
|
|
#2
|
||||
|
||||
|
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/ HTML Code:
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> HTML Code:
<img src="<?php bloginfo('template/url'); ?>/images/yourlogo.png">
|
![]() |
| Tags |
| custom, hosting, logo |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|