I customized this theme of a client.
http://www.chapaaonline.com/
i wanted to place a graphic logo instead of txt logo"chapaaonline" i found in wordpress theme editor the file with name "header.php "
if i want to place this logo instead of txt logo,
(header.php) where in this code. i do change.
--------------------------------------
--------------------------------------
Thanks advance for your help.
http://www.chapaaonline.com/
i wanted to place a graphic logo instead of txt logo"chapaaonline" i found in wordpress theme editor the file with name "header.php "
if i want to place this logo instead of txt logo,
(header.php) where in this code. i do change.
--------------------------------------
Code:
<div class="logo">
<h1><a href=http://anonymouse.org/cgi-bin/anon-www.cgi/http://forums.digitalpoint.com/cgi-bin/anon-www.cgi/http://forums.digitalpoint.com/"<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>">
<?php bloginfo('name'); ?>
<span>
<?php bloginfo('description'); ?>
</span></a></h1>
</div>
<!--/logo -->
Thanks advance for your help.