Add a graphic logo to this code
-
I have this block of code, and I wanna change it from php to a graphic
The H1 tag is puling in the blog name via PHP, but I wanna remove that and just use a png that I have of my logo.How would I go about doing that?
Herre is the code
<div id=”wrapper”>
<?php if (function_exists(‘linquist_switch’)) {linquist_switch();}?>
<div id=”logo”>
<h1>“><?php bloginfo(‘name’); ?></h1>
<h2><?php bloginfo(‘description’); ?></h2>
</div>Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add a graphic logo to this code’ is closed to new replies.