2022-01-03, 21:20:30
(2022-01-03, 09:34:01)PleasureMaster Wrote: Where do I look in the template.php to replace the text site title with a banner? I barely can understand php but will work it if helped...
Gene
Find the following code in the template, lines 36-39 and replace it with your code.
Code:
<div id="logo">
<h1><a href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a></h1>
<p><?php get_component('tagline'); ?></p>
</div>